From a77a0e955053195556778cd3461fd96ded585a89 Mon Sep 17 00:00:00 2001 From: dkf Date: Fri, 27 Nov 2009 07:27:52 +0000 Subject: Match the version-bump of TclOO. --- ChangeLog | 3 +++ generic/tclOO.h | 5 +++-- tests/oo.test | 4 ++-- unix/tclooConfig.sh | 4 ++-- win/tclooConfig.sh | 4 ++-- 5 files changed, 12 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9517277..d10fe50 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2009-11-27 Donal K. Fellows + BUMP VERSION OF TCLOO TO 0.6.2. Too many people need accumulated small + versions and bugfixes, so the version-bump removes confusion. + * generic/tclOOBasic.c (TclOO_Object_LinkVar): [Bug 2903811]: Remove unneeded restrictions on who can usefully call this method. diff --git a/generic/tclOO.h b/generic/tclOO.h index 85bc514..a2a6aa1 100644 --- a/generic/tclOO.h +++ b/generic/tclOO.h @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclOO.h,v 1.8 2009/09/26 21:42:05 dkf Exp $ + * RCS: @(#) $Id: tclOO.h,v 1.9 2009/11/27 07:27:52 dkf Exp $ */ #ifndef TCLOO_H_INCLUDED @@ -28,11 +28,12 @@ * standalone TclOO version matches. Also make sure that this matches the * version in the files: * + * tests/oo.test * unix/tclooConfig.sh * win/tclooConfig.sh */ -#define TCLOO_VERSION "0.6.1" +#define TCLOO_VERSION "0.6.2" #define TCLOO_PATCHLEVEL TCLOO_VERSION /* diff --git a/tests/oo.test b/tests/oo.test index b07b536..a0fbc55 100644 --- a/tests/oo.test +++ b/tests/oo.test @@ -7,9 +7,9 @@ # See the file "license.terms" for information on usage and redistribution of # this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: oo.test,v 1.32 2009/11/27 06:33:40 dkf Exp $ +# RCS: @(#) $Id: oo.test,v 1.33 2009/11/27 07:27:53 dkf Exp $ -package require TclOO 0.6.1 ;# Must match value in generic/tclOO.h +package require -exact TclOO 0.6.2 ;# Must match value in generic/tclOO.h if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest 2 namespace import -force ::tcltest::* diff --git a/unix/tclooConfig.sh b/unix/tclooConfig.sh index 565fe98..86959ac 100644 --- a/unix/tclooConfig.sh +++ b/unix/tclooConfig.sh @@ -9,7 +9,7 @@ # # The information in this file is specific to a single platform. # -# RCS: @(#) $Id: tclooConfig.sh,v 1.1 2009/09/26 21:42:05 dkf Exp $ +# RCS: @(#) $Id: tclooConfig.sh,v 1.2 2009/11/27 07:27:53 dkf Exp $ # These are mostly empty because no special steps are ever needed from Tcl 8.6 # onwards; all libraries and include files are just part of Tcl. @@ -18,4 +18,4 @@ TCLOO_STUB_LIB_SPEC="" TCLOO_INCLUDE_SPEC="" TCLOO_PRIVATE_INCLUDE_SPEC="" TCLOO_CFLAGS=-DUSE_TCLOO_STUBS -TCLOO_VERSION=0.6.1 +TCLOO_VERSION=0.6.2 diff --git a/win/tclooConfig.sh b/win/tclooConfig.sh index 565fe98..86959ac 100644 --- a/win/tclooConfig.sh +++ b/win/tclooConfig.sh @@ -9,7 +9,7 @@ # # The information in this file is specific to a single platform. # -# RCS: @(#) $Id: tclooConfig.sh,v 1.1 2009/09/26 21:42:05 dkf Exp $ +# RCS: @(#) $Id: tclooConfig.sh,v 1.2 2009/11/27 07:27:53 dkf Exp $ # These are mostly empty because no special steps are ever needed from Tcl 8.6 # onwards; all libraries and include files are just part of Tcl. @@ -18,4 +18,4 @@ TCLOO_STUB_LIB_SPEC="" TCLOO_INCLUDE_SPEC="" TCLOO_PRIVATE_INCLUDE_SPEC="" TCLOO_CFLAGS=-DUSE_TCLOO_STUBS -TCLOO_VERSION=0.6.1 +TCLOO_VERSION=0.6.2 -- cgit v0.12