summaryrefslogtreecommitdiffstats
path: root/win/configure
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-04-05 16:52:56 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-04-05 16:52:56 (GMT)
commitaaa1189113f81fcab92db0bee35e77a0ef03e5d9 (patch)
tree6c243724ca1c5956ba8de54c4fa636b8204072a0 /win/configure
parent50d05904e2652689f8352c49ba3ea9b256922bb0 (diff)
downloadtcl-aaa1189113f81fcab92db0bee35e77a0ef03e5d9.zip
tcl-aaa1189113f81fcab92db0bee35e77a0ef03e5d9.tar.gz
tcl-aaa1189113f81fcab92db0bee35e77a0ef03e5d9.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
Diffstat (limited to 'win/configure')
-rwxr-xr-xwin/configure6
1 files changed, 3 insertions, 3 deletions
diff --git a/win/configure b/win/configure
index 2594fff..c074bf1 100755
--- a/win/configure
+++ b/win/configure
@@ -1276,10 +1276,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
#------------------------------------------------------------------------