summaryrefslogtreecommitdiffstats
path: root/win/configure.in
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2003-03-04 23:50:40 (GMT)
committerdgp@users.sourceforge.net <dgp>2003-03-04 23:50:40 (GMT)
commitaa8081b2bf89b243bfb68bee1eb06b6f8d4acc85 (patch)
treed350fda87e77ed5c613bb21258645abde5c1ff7e /win/configure.in
parent6319a3f897a68e449df0f4dfce59c9c8d2a0f35d (diff)
downloadtk-aa8081b2bf89b243bfb68bee1eb06b6f8d4acc85.zip
tk-aa8081b2bf89b243bfb68bee1eb06b6f8d4acc85.tar.gz
tk-aa8081b2bf89b243bfb68bee1eb06b6f8d4acc85.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.in8
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
#------------------------------------------------------------------------