summaryrefslogtreecommitdiffstats
path: root/win/tclWinReg.c
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2003-07-23 20:57:56 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2003-07-23 20:57:56 (GMT)
commit6248e23e7c565a5d6a254cf61caea7a49365cb2d (patch)
tree6bce1dbfec192e9af38c88a8552b21d080e8f25e /win/tclWinReg.c
parent5cc61e2eb64eeec7fe4d7da197a6044781805915 (diff)
downloadtcl-6248e23e7c565a5d6a254cf61caea7a49365cb2d.zip
tcl-6248e23e7c565a5d6a254cf61caea7a49365cb2d.tar.gz
tcl-6248e23e7c565a5d6a254cf61caea7a49365cb2d.tar.bz2
* win/tclWinReg.c: Incremented the version to 1.1.2.
* library/reg/pkgIndex.tcl:
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 9ae0b73..75fc12b 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.1 2003/07/22 23:50:17 patthoyts Exp $
+ * RCS: @(#) $Id: tclWinReg.c,v 1.21.2.2 2003/07/23 20:57:57 patthoyts Exp $
*/
#include <tclPort.h>
@@ -228,7 +228,7 @@ Registry_Init(
}
Tcl_CreateObjCommand(interp, "registry", RegistryObjCmd, NULL, NULL);
- return Tcl_PkgProvide(interp, "registry", "1.1.1");
+ return Tcl_PkgProvide(interp, "registry", "1.1.2");
}
/*