summaryrefslogtreecommitdiffstats
path: root/win/tclWinReg.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-05-15 16:08:20 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-05-15 16:08:20 (GMT)
commit5d1ba673ebd2c1d6ba7dd0d3d6095c27ba2838f9 (patch)
tree5f43256382ff6af7fa3ee7a9d2f713a8bf95933f /win/tclWinReg.c
parent61db605bbda1d3cf0d073bdd573330789b6fc929 (diff)
downloadtcl-5d1ba673ebd2c1d6ba7dd0d3d6095c27ba2838f9.zip
tcl-5d1ba673ebd2c1d6ba7dd0d3d6095c27ba2838f9.tar.gz
tcl-5d1ba673ebd2c1d6ba7dd0d3d6095c27ba2838f9.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.
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");
}
/*