summaryrefslogtreecommitdiffstats
path: root/win/tclWinReg.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-03-30 12:38:30 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-03-30 12:38:30 (GMT)
commit7e552e85798f37d8c50d6a4720359422e664b63d (patch)
tree62cda2c932b5b0d3803083432ec8e8600fdcd7ce /win/tclWinReg.c
parent289662f4dd776fb4e9410efcc9a5512714b83927 (diff)
downloadtcl-7e552e85798f37d8c50d6a4720359422e664b63d.zip
tcl-7e552e85798f37d8c50d6a4720359422e664b63d.tar.gz
tcl-7e552e85798f37d8c50d6a4720359422e664b63d.tar.bz2
Bump version of registry package to 1.3.
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 d5e1a28..d7eeae6 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.51 2010/03/30 12:33:47 dkf Exp $
+ * RCS: @(#) $Id: tclWinReg.c,v 1.52 2010/03/30 12:38:30 dkf Exp $
*/
#undef STATIC_BUILD
@@ -252,7 +252,7 @@ Registry_Init(
cmd = Tcl_CreateObjCommand(interp, "registry", RegistryObjCmd,
interp, DeleteCmd);
Tcl_SetAssocData(interp, REGISTRY_ASSOC_KEY, NULL, cmd);
- return Tcl_PkgProvide(interp, "registry", "1.2.1");
+ return Tcl_PkgProvide(interp, "registry", "1.3");
}
/*