summaryrefslogtreecommitdiffstats
path: root/win/tclWinReg.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-04-05 16:21:55 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-04-05 16:21:55 (GMT)
commite9d6c1ac64c7eb4f8ca77319bfbd5398610ec1af (patch)
tree2b854a86ba8eff38de01b6af90b6d4bbb909159d /win/tclWinReg.c
parenta25e81eb8e73c48b8b3c8f4f7114f72d4b7b9d6f (diff)
downloadtcl-e9d6c1ac64c7eb4f8ca77319bfbd5398610ec1af.zip
tcl-e9d6c1ac64c7eb4f8ca77319bfbd5398610ec1af.tar.gz
tcl-e9d6c1ac64c7eb4f8ca77319bfbd5398610ec1af.tar.bz2
* library/reg/pkgIndex.tcl: Long overlooked bump to registry package * win/tclWinReg.c: version 1.1.4 (should have been done
for the Tcl 8.4.8 release!)
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 0f02db0..ccd715a 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.21.2.4 2004/09/01 17:26:04 hobbs Exp $
+ * RCS: @(#) $Id: tclWinReg.c,v 1.21.2.5 2006/04/05 16:22:18 dgp Exp $
*/
#include <tclPort.h>
@@ -228,7 +228,7 @@ Registry_Init(
}
Tcl_CreateObjCommand(interp, "registry", RegistryObjCmd, NULL, NULL);
- return Tcl_PkgProvide(interp, "registry", "1.1.3");
+ return Tcl_PkgProvide(interp, "registry", "1.1.4");
}
/*