summaryrefslogtreecommitdiffstats
path: root/win/tclWinReg.c
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2007-05-15 16:08:20 (GMT)
committerdgp <dgp@noemail.net>2007-05-15 16:08:20 (GMT)
commit688ff0ba55abef2eb7578004de3c56cdce008d97 (patch)
tree5f43256382ff6af7fa3ee7a9d2f713a8bf95933f /win/tclWinReg.c
parent5273a1a2abf74122680e8bd9fde55b60d41e85a9 (diff)
downloadtcl-688ff0ba55abef2eb7578004de3c56cdce008d97.zip
tcl-688ff0ba55abef2eb7578004de3c56cdce008d97.tar.gz
tcl-688ff0ba55abef2eb7578004de3c56cdce008d97.tar.bz2
* changes: updates for 8.4.15 release.
* win/tclWinReg.c: Bump to registry 1.1.5 to account * library/reg/pkgIndex.tcl: for [1682211] bug fix. FossilOrigin-Name: e7c3622b34ca10b379a2484066386e17b3ce0336
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 fb6d2be..cdce1aa 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.6 2007/03/17 22:41:05 kennykb Exp $
+ * RCS: @(#) $Id: tclWinReg.c,v 1.21.2.7 2007/05/15 16:08:22 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.4");
+ return Tcl_PkgProvide(interp, "registry", "1.1.5");
}
/*