diff options
author | dgp <dgp@users.sourceforge.net> | 2008-12-19 03:54:44 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-12-19 03:54:44 (GMT) |
commit | 8efd037c5db946ec4dd60728866e45d966c729ca (patch) | |
tree | 35d605f08091884ed3e5cdcafa2fb00ca621f759 /win | |
parent | 5ed945e98e1caf70d6ea848c61dcbc45a4d12431 (diff) | |
download | tcl-8efd037c5db946ec4dd60728866e45d966c729ca.zip tcl-8efd037c5db946ec4dd60728866e45d966c729ca.tar.gz tcl-8efd037c5db946ec4dd60728866e45d966c729ca.tar.bz2 |
* README: Bump version number to 8.6b1
* generic/tcl.h:
* library/init.tcl:
* tools/tcl.wse.in:
* unix/configure.in:
* unix/tcl.spec:
* win/configure.in:
* unix/configure: autoconf-2.59
* win/configure:
Diffstat (limited to 'win')
-rwxr-xr-x | win/configure | 2 | ||||
-rw-r--r-- | win/configure.in | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/win/configure b/win/configure index fa1870e..be45c9c 100755 --- a/win/configure +++ b/win/configure @@ -1272,7 +1272,7 @@ SHELL=/bin/sh TCL_VERSION=8.6 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=6 -TCL_PATCH_LEVEL="a4" +TCL_PATCH_LEVEL="b1" VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION TCL_DDE_VERSION=1.3 diff --git a/win/configure.in b/win/configure.in index cd9369f..8b24999 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.113 2008/12/19 02:46:07 kennykb Exp $ +# RCS: @(#) $Id: configure.in,v 1.114 2008/12/19 03:54:44 dgp Exp $ AC_INIT(../generic/tcl.h) AC_PREREQ(2.59) @@ -16,7 +16,7 @@ SHELL=/bin/sh TCL_VERSION=8.6 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=6 -TCL_PATCH_LEVEL="a4" +TCL_PATCH_LEVEL="b1" VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION TCL_DDE_VERSION=1.3 @@ -533,4 +533,4 @@ AC_OUTPUT(Makefile tclConfig.sh tcl.hpj) dnl Local Variables: dnl mode: autoconf; -dnl End:
\ No newline at end of file +dnl End: |