diff options
author | dgp <dgp@users.sourceforge.net> | 2004-03-26 19:47:27 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-03-26 19:47:27 (GMT) |
commit | 3af957166bb1ca8c82cb61fb255ba045e34eb185 (patch) | |
tree | 30d975a805906db9ec79402bcd4f6db55114edf9 /win/configure.in | |
parent | 1fab20da2dcd874015e0001999807698fcc6688e (diff) | |
download | tcl-3af957166bb1ca8c82cb61fb255ba045e34eb185.zip tcl-3af957166bb1ca8c82cb61fb255ba045e34eb185.tar.gz tcl-3af957166bb1ca8c82cb61fb255ba045e34eb185.tar.bz2 |
* README: Bumped version number to 8.5a2 to
* tools/tcl.wse.in: distinguish HEAD of CVS development
* unix/configure.in: from the recent 8.5a1 release.
* unix/tcl.spec:
* win/README.binary:
* win/configure.in:
* unix/configure: autoconf-2.57
* 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 8f8b064..c2d5021 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.78 2004/03/05 21:27:46 mdejong Exp $ +# RCS: @(#) $Id: configure.in,v 1.79 2004/03/26 19:47:29 dgp Exp $ AC_INIT(../generic/tcl.h) AC_PREREQ(2.57) @@ -16,7 +16,7 @@ SHELL=/bin/sh TCL_VERSION=8.5 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=5 -TCL_PATCH_LEVEL="a1" +TCL_PATCH_LEVEL="a2" VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION TCL_DDE_VERSION=1.3 |