diff options
author | dgp <dgp@users.sourceforge.net> | 2007-10-02 18:27:29 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-10-02 18:27:29 (GMT) |
commit | e1a0a36aa605b4676909544d263a0986deb1d1ee (patch) | |
tree | f772143341d45aae2cc91b6439e82c4726beafc2 /win/configure.in | |
parent | 5dbaef632a02c4a7456819121071758e0e16ebf6 (diff) | |
download | tcl-e1a0a36aa605b4676909544d263a0986deb1d1ee.zip tcl-e1a0a36aa605b4676909544d263a0986deb1d1ee.tar.gz tcl-e1a0a36aa605b4676909544d263a0986deb1d1ee.tar.bz2 |
* generic/tcl.h: Bump version number to 8.5b1.1 to distinguish
* library/init.tcl: CVS development snapshots from the 8.5b1
* unix/configure.in: release.
* unix/tcl.spec:
* win/configure.in:
* unix/configure: autoconf (2.59)
* win/configure:
Diffstat (limited to 'win/configure.in')
-rw-r--r-- | win/configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/configure.in b/win/configure.in index 5e2e3f9..aff1c7c 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.94 2007/09/19 17:42:14 dgp Exp $ +# RCS: @(#) $Id: configure.in,v 1.95 2007/10/02 18:27:31 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="b1" +TCL_PATCH_LEVEL="b1.1" VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION TCL_DDE_VERSION=1.3 |