summaryrefslogtreecommitdiffstats
path: root/win/tclWinReg.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-05-15 16:12:53 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-05-15 16:12:53 (GMT)
commitb5850105f3e012c6c89834c0b5b60392c0747081 (patch)
tree7f8ffa3fe212e8f58a80877e95be4c469297c9b3 /win/tclWinReg.c
parent0783b44c6a31a95775875f9ade3e0c5c6fe53eca (diff)
downloadtcl-b5850105f3e012c6c89834c0b5b60392c0747081.zip
tcl-b5850105f3e012c6c89834c0b5b60392c0747081.tar.gz
tcl-b5850105f3e012c6c89834c0b5b60392c0747081.tar.bz2
* win/configure: autoconf-2.59 (FC6 fork)
* library/reg/pkgIndex.tcl: Bump to registry 1.2.1 to account for * win/configure.in: [1682211] bug fix. * win/makefile.bc: * win/tclWinReg.c:
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 4a51405..05dbd7d 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.39 2007/05/05 07:23:18 dkf Exp $
+ * RCS: @(#) $Id: tclWinReg.c,v 1.40 2007/05/15 16:12:53 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.2");
+ return Tcl_PkgProvide(interp, "registry", "1.2.1");
}
/*