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 /unix/configure | |
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 'unix/configure')
-rwxr-xr-x | unix/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure index 7a5702e..93cda08 100755 --- a/unix/configure +++ b/unix/configure @@ -1334,7 +1334,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu TCL_VERSION=8.5 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=5 -TCL_PATCH_LEVEL="b1" +TCL_PATCH_LEVEL="b1.1" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ |