diff options
author | dgp <dgp@users.sourceforge.net> | 2007-10-30 19:03:55 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-10-30 19:03:55 (GMT) |
commit | 5733f072a75d7092e1949257d3556cd3ad50d7fd (patch) | |
tree | 2ce802a7770b6d1a41ccffa7766bf64833a09149 /win/configure.in | |
parent | a3e3614d99d5109c32de3b9881f000b1e3d78836 (diff) | |
download | tcl-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/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 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 |