summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-01-02 19:03:29 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-01-02 19:03:29 (GMT)
commit9c3e06f2af4831933ed763da9337da45cc3219d7 (patch)
tree123c547c51da2e9ccb5376d7aeea8ee7604801e2 /unix/configure
parent96ce1f27bd68923e39e5e4660fa065735e4e54fa (diff)
downloadtcl-9c3e06f2af4831933ed763da9337da45cc3219d7.zip
tcl-9c3e06f2af4831933ed763da9337da45cc3219d7.tar.gz
tcl-9c3e06f2af4831933ed763da9337da45cc3219d7.tar.bz2
* generic/tcl.h: Bump version number to 8.5.1b1 to distinguish
* library/init.tcl: CVS development snapshots from the 8.5.0 and * unix/configure.in: 8.5.1 releases. * unix/tcl.spec: * win/configure.in: * README * unix/configure: autoconf (2.59) * win/configure:
Diffstat (limited to 'unix/configure')
-rwxr-xr-xunix/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure
index c266e59..5133e09 100755
--- a/unix/configure
+++ b/unix/configure
@@ -1335,7 +1335,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
TCL_VERSION=8.5
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=5
-TCL_PATCH_LEVEL=".0"
+TCL_PATCH_LEVEL=".1b1"
VERSION=${TCL_VERSION}
#------------------------------------------------------------------------