diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2003-07-23 20:55:12 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2003-07-23 20:55:12 (GMT) |
commit | 54b5685eb26e504b56b702affb306301de82bf1a (patch) | |
tree | 90afdc3ab54be957dee455dc6e25d4b59c128333 /win/tclWinReg.c | |
parent | a188372659089a30b01c57ababf756df8d86c83c (diff) | |
download | tcl-54b5685eb26e504b56b702affb306301de82bf1a.zip tcl-54b5685eb26e504b56b702affb306301de82bf1a.tar.gz tcl-54b5685eb26e504b56b702affb306301de82bf1a.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.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tclWinReg.c b/win/tclWinReg.c index fbcab54..5951c85 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.22 2003/07/22 23:41:51 patthoyts Exp $ + * RCS: @(#) $Id: tclWinReg.c,v 1.23 2003/07/23 20:55:14 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"); } /* |