From 6248e23e7c565a5d6a254cf61caea7a49365cb2d Mon Sep 17 00:00:00 2001 From: patthoyts Date: Wed, 23 Jul 2003 20:57:56 +0000 Subject: * win/tclWinReg.c: Incremented the version to 1.1.2. * library/reg/pkgIndex.tcl: --- ChangeLog | 1 + library/reg/pkgIndex.tcl | 4 ++-- win/tclWinReg.c | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2a309c6..b9acee6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,7 @@ * win/tclWinReg.c (OpenSubKey): Backported fix for bug 775976 which causes the registry set command to fail when built with VC7. + * library/reg/pkgIndex.tcl: Incremented the version to 1.1.2. 2003-07-21 Jeff Hobbs diff --git a/library/reg/pkgIndex.tcl b/library/reg/pkgIndex.tcl index 230d120..ad9a54b 100755 --- a/library/reg/pkgIndex.tcl +++ b/library/reg/pkgIndex.tcl @@ -1,8 +1,8 @@ if {![package vsatisfies [package provide Tcl] 8]} {return} if {[info exists ::tcl_platform(debug)]} { - package ifneeded registry 1.1.1 \ + package ifneeded registry 1.1.2 \ [list load [file join $dir tclreg11g.dll] registry] } else { - package ifneeded registry 1.1.1 \ + package ifneeded registry 1.1.2 \ [list load [file join $dir tclreg11.dll] registry] } 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 @@ -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"); } /* -- cgit v0.12