summaryrefslogtreecommitdiffstats
path: root/win/tclWinReg.c
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/tclWinReg.c
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/tclWinReg.c')
-rw-r--r--win/tclWinReg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tclWinReg.c b/win/tclWinReg.c
index 5b7c2ea..f1d7e30 100644
--- a/win/tclWinReg.c
+++ b/win/tclWinReg.c
@@ -11,7 +11,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclWinReg.c,v 1.36 2006/04/05 16:32:44 dgp Exp $
+ * RCS: @(#) $Id: tclWinReg.c,v 1.37 2006/04/05 16:52:56 dgp Exp $
*/
#include "tclInt.h"
@@ -238,7 +238,7 @@ Registry_Init(
cmd = Tcl_CreateObjCommand(interp, "registry", RegistryObjCmd,
(ClientData)interp, DeleteCmd);
Tcl_SetAssocData(interp, REGISTRY_ASSOC_KEY, NULL, (ClientData)cmd);
- return Tcl_PkgProvide(interp, "registry", "1.1.6");
+ return Tcl_PkgProvide(interp, "registry", "1.2");
}
/*