summaryrefslogtreecommitdiffstats
path: root/win/tclWinReg.c
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2003-03-03 17:12:40 (GMT)
committerdgp <dgp@noemail.net>2003-03-03 17:12:40 (GMT)
commit516b488eb96c299b979c7881d5da3013022fd74d (patch)
tree5c4c05aa17ec87d00f7f8e92ed4d5f1401cd439e /win/tclWinReg.c
parentf48d004c8ca80e83cb84cc04c1937f2546b095ef (diff)
downloadtcl-516b488eb96c299b979c7881d5da3013022fd74d.zip
tcl-516b488eb96c299b979c7881d5da3013022fd74d.tar.gz
tcl-516b488eb96c299b979c7881d5da3013022fd74d.tar.bz2
* library/dde/pkgIndex.tcl: dde bumped to version 1.2.1 for
* win/tclWinDde.c: bundled release with Tcl 8.4.2 * library/reg/pkgIndex.tcl: registry bumped to version 1.1.1 for * win/tclWinReg.c: bundled release with Tcl 8.4.2 * library/opt/pkgIndex.tcl: updated package index to version 0.4.4 FossilOrigin-Name: 5823e9533119f5327213053216028860a2758f3c
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 ee453c7..50aa8e6 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.20 2003/01/16 19:02:00 mdejong Exp $
+ * RCS: @(#) $Id: tclWinReg.c,v 1.21 2003/03/03 17:12:49 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");
+ return Tcl_PkgProvide(interp, "registry", "1.1.1");
}
/*