From a3ab25966e8164aca53edb5ff3ba04d0627f25ce Mon Sep 17 00:00:00 2001 From: dkf Date: Fri, 26 Sep 2008 12:53:56 +0000 Subject: Bump the TclOO version. (Forgot when checking in TIP320 impl.) --- ChangeLog | 4 ++++ generic/tclOO.h | 7 ++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 86b9324..3c4d6a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-09-26 Donal K. Fellows + + * generic/tclOO.h (TCLOO_VERSION): Bump the version. + 2008-09-25 Don Porter TIP #323 IMPLEMENTATION (partial) diff --git a/generic/tclOO.h b/generic/tclOO.h index cc5c8ce..b16938b 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.5 2008/06/25 14:35:39 dgp Exp $ + * RCS: @(#) $Id: tclOO.h,v 1.6 2008/09/26 12:54:00 dkf Exp $ */ #ifndef TCLOO_H_INCLUDED @@ -24,10 +24,11 @@ #endif /* - * Must match version at top of ../configure.in + * Be careful when it comes to versioning; need to make sure that the + * standalone TclOO version matches... */ -#define TCLOO_VERSION "0.5" +#define TCLOO_VERSION "0.6" #define TCLOO_PATCHLEVEL TCLOO_VERSION /* -- cgit v0.12