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 /win/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 'win/configure.in')
-rw-r--r-- | win/configure.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/win/configure.in b/win/configure.in index aea2314..67974db 100644 --- a/win/configure.in +++ b/win/configure.in @@ -3,15 +3,15 @@ # generate the file "configure", which is run during Tk installation # to configure the system for the local environment. # -# RCS: @(#) $Id: configure.in,v 1.49 2003/02/15 02:21:01 hobbs Exp $ +# RCS: @(#) $Id: configure.in,v 1.50 2003/03/04 23:50:47 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" VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION #------------------------------------------------------------------------ |