summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-10-30 19:03:55 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-10-30 19:03:55 (GMT)
commit5733f072a75d7092e1949257d3556cd3ad50d7fd (patch)
tree2ce802a7770b6d1a41ccffa7766bf64833a09149 /win
parenta3e3614d99d5109c32de3b9881f000b1e3d78836 (diff)
downloadtcl-5733f072a75d7092e1949257d3556cd3ad50d7fd.zip
tcl-5733f072a75d7092e1949257d3556cd3ad50d7fd.tar.gz
tcl-5733f072a75d7092e1949257d3556cd3ad50d7fd.tar.bz2
* generic/tcl.h: Bump version number to 8.5b2.1 to distinguish
* library/init.tcl: CVS development snapshots from the 8.5b2 * unix/configure.in: release. * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf (2.59) * win/configure:
Diffstat (limited to 'win')
-rwxr-xr-xwin/configure2
-rw-r--r--win/configure.in4
2 files changed, 3 insertions, 3 deletions
diff --git a/win/configure b/win/configure
index 431ed8a..10c837c 100755
--- a/win/configure
+++ b/win/configure
@@ -1267,7 +1267,7 @@ SHELL=/bin/sh
TCL_VERSION=8.5
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=5
-TCL_PATCH_LEVEL="b2"
+TCL_PATCH_LEVEL="b2.1"
VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION
TCL_DDE_VERSION=1.3
diff --git a/win/configure.in b/win/configure.in
index 5fd3a52..268ee4e 100644
--- a/win/configure.in
+++ b/win/configure.in
@@ -3,7 +3,7 @@
# generate the file "configure", which is run during Tcl installation
# to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.96 2007/10/26 15:17:59 dgp Exp $
+# RCS: @(#) $Id: configure.in,v 1.97 2007/10/30 19:03:58 dgp Exp $
AC_INIT(../generic/tcl.h)
AC_PREREQ(2.59)
@@ -16,7 +16,7 @@ SHELL=/bin/sh
TCL_VERSION=8.5
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=5
-TCL_PATCH_LEVEL="b2"
+TCL_PATCH_LEVEL="b2.1"
VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION
TCL_DDE_VERSION=1.3