summaryrefslogtreecommitdiffstats
path: root/win/configure.in
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2007-10-02 18:28:14 (GMT)
committerdgp@users.sourceforge.net <dgp>2007-10-02 18:28:14 (GMT)
commitecf5115540914c12a586f2cac281e158b2daa077 (patch)
tree44ec4ce3f4712b1854886988f0d9808ad0c82a57 /win/configure.in
parent7351dfea077a5109b308dafeca3b8fb2f979e183 (diff)
downloadtk-ecf5115540914c12a586f2cac281e158b2daa077.zip
tk-ecf5115540914c12a586f2cac281e158b2daa077.tar.gz
tk-ecf5115540914c12a586f2cac281e158b2daa077.tar.bz2
* generic/tk.h: Bump version number to 8.5b1.1 to distinguish
* library/tk.tcl: CVS development snapshots from the 8.5b1 * unix/configure.in: release. Updated LOCALES. * unix/tk.spec: * win/configure.in: * unix/configure: autoconf (2.59) * win/configure:
Diffstat (limited to 'win/configure.in')
-rw-r--r--win/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/configure.in b/win/configure.in
index 4bbfbc4..d42745a 100644
--- a/win/configure.in
+++ b/win/configure.in
@@ -3,7 +3,7 @@
# generate the file "configure", which is run during Tk installation
# to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.67 2007/09/19 17:54:31 dgp Exp $
+# RCS: @(#) $Id: configure.in,v 1.68 2007/10/02 18:28:16 dgp Exp $
AC_INIT(../generic/tk.h)
AC_PREREQ(2.59)
@@ -16,7 +16,7 @@ SHELL=/bin/sh
TK_VERSION=8.5
TK_MAJOR_VERSION=8
TK_MINOR_VERSION=5
-TK_PATCH_LEVEL="b1"
+TK_PATCH_LEVEL="b1.1"
VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION
#------------------------------------------------------------------------