summaryrefslogtreecommitdiffstats
path: root/win/configure.in
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2006-04-05 16:52:56 (GMT)
committerdgp <dgp@noemail.net>2006-04-05 16:52:56 (GMT)
commit9562876fe9ae9986ea63b00263df939e324a64a7 (patch)
tree6c243724ca1c5956ba8de54c4fa636b8204072a0 /win/configure.in
parent2045efbb220327fdac92fd570d4412b7e1307776 (diff)
downloadtcl-9562876fe9ae9986ea63b00263df939e324a64a7.zip
tcl-9562876fe9ae9986ea63b00263df939e324a64a7.tar.gz
tcl-9562876fe9ae9986ea63b00263df939e324a64a7.tar.bz2
* library/reg/pkgIndex.tcl: Bump to registry 1.2 because
* win/tclWinReg.c: Registry_Unload() is a new public routine * win/Makefile.in: compared to the 1.1.* releases. * win/configure.in: Bump package version numbers. * win/configure: autoconf 2.59 FossilOrigin-Name: 2d91517735fbfc52cd1e170bbee96d4344b5f774
Diffstat (limited to 'win/configure.in')
-rw-r--r--win/configure.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/win/configure.in b/win/configure.in
index 37a3214..9541ce0 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.87 2006/04/05 16:32:44 dgp Exp $
+# RCS: @(#) $Id: configure.in,v 1.88 2006/04/05 16:52:56 dgp Exp $
AC_INIT(../generic/tcl.h)
AC_PREREQ(2.59)
@@ -25,10 +25,10 @@ TCL_DDE_MINOR_VERSION=3
TCL_DDE_PATCH_LEVEL="2"
DDEVER=$TCL_DDE_MAJOR_VERSION$TCL_DDE_MINOR_VERSION
-TCL_REG_VERSION=1.1
+TCL_REG_VERSION=1.2
TCL_REG_MAJOR_VERSION=1
-TCL_REG_MINOR_VERSION=1
-TCL_REG_PATCH_LEVEL="6"
+TCL_REG_MINOR_VERSION=2
+TCL_REG_PATCH_LEVEL=""
REGVER=$TCL_REG_MAJOR_VERSION$TCL_REG_MINOR_VERSION
#------------------------------------------------------------------------