diff options
author | dgp <dgp@users.sourceforge.net> | 2003-03-04 23:50:40 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-03-04 23:50:40 (GMT) |
commit | 0f166d6f35a627e1bef3c3bad4a590845ed5580f (patch) | |
tree | d350fda87e77ed5c613bb21258645abde5c1ff7e /unix/configure.in | |
parent | 993e01f8347657079103a0f41bbb5115c9d2f633 (diff) | |
download | tk-0f166d6f35a627e1bef3c3bad4a590845ed5580f.zip tk-0f166d6f35a627e1bef3c3bad4a590845ed5580f.tar.gz tk-0f166d6f35a627e1bef3c3bad4a590845ed5580f.tar.bz2 |
* README: Bumped version number of
* generic/tk.h: Tk to 8.5a0.
* library/tk.tcl:
* mac/README:
* macosx/Wish.pbproj/project.pbxproj:
* unix/README:
* unix/configure.in:
* unix/tk.spec:
* win/README:
* win/configure.in:
* win/makefile.vc:
* win/tcl.m4:
* unix/configure: autoconf
* win/configure:
Diffstat (limited to 'unix/configure.in')
-rw-r--r-- | unix/configure.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/unix/configure.in b/unix/configure.in index 32e695f..ebf3cd1 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -3,15 +3,15 @@ dnl This file is an input file used by the GNU "autoconf" program to dnl generate the file "configure", which is run during Tk installation dnl to configure the system for the local environment. # -# RCS: @(#) $Id: configure.in,v 1.83 2003/02/15 02:21:00 hobbs Exp $ +# RCS: @(#) $Id: configure.in,v 1.84 2003/03/04 23:50:44 dgp Exp $ AC_INIT(../generic/tk.h) AC_PREREQ(2.13) -TK_VERSION=8.4 +TK_VERSION=8.5 TK_MAJOR_VERSION=8 -TK_MINOR_VERSION=4 -TK_PATCH_LEVEL=".2" +TK_MINOR_VERSION=5 +TK_PATCH_LEVEL="a0" VERSION=${TK_VERSION} LOCALES="cs de el en en_gb es fr it nl ru" |