diff options
author | dgp <dgp@users.sourceforge.net> | 2008-06-25 15:56:06 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-06-25 15:56:06 (GMT) |
commit | 7f06d7ab2eacd2fe28993b637a64ae8f19d3e3f6 (patch) | |
tree | 28054fcddf0708d2dc642db27633c09188f3fbdf /win/configure.in | |
parent | ac5ee6e44ae540a1ef6e1d53ebe6f4d9820413fc (diff) | |
download | tcl-7f06d7ab2eacd2fe28993b637a64ae8f19d3e3f6.zip tcl-7f06d7ab2eacd2fe28993b637a64ae8f19d3e3f6.tar.gz tcl-7f06d7ab2eacd2fe28993b637a64ae8f19d3e3f6.tar.bz2 |
merge updates from 8.5 branch
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 846e59f..1ebd570 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.92.2.8 2008/03/07 22:05:11 dgp Exp $ +# RCS: @(#) $Id: configure.in,v 1.92.2.9 2008/06/25 15:56:27 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=".2" +TCL_PATCH_LEVEL=".3b1" VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION TCL_DDE_VERSION=1.3 |