diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-09-26 12:53:56 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-09-26 12:53:56 (GMT) |
commit | a3ab25966e8164aca53edb5ff3ba04d0627f25ce (patch) | |
tree | 804aff88f700877b020d399083a6819472cb6efb | |
parent | bea1848e0fa6da616457fc0ce680644388a7e117 (diff) | |
download | tcl-a3ab25966e8164aca53edb5ff3ba04d0627f25ce.zip tcl-a3ab25966e8164aca53edb5ff3ba04d0627f25ce.tar.gz tcl-a3ab25966e8164aca53edb5ff3ba04d0627f25ce.tar.bz2 |
Bump the TclOO version. (Forgot when checking in TIP320 impl.)
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | generic/tclOO.h | 7 |
2 files changed, 8 insertions, 3 deletions
@@ -1,3 +1,7 @@ +2008-09-26 Donal K. Fellows <dkf@users.sf.net> + + * generic/tclOO.h (TCLOO_VERSION): Bump the version. + 2008-09-25 Don Porter <dgp@users.sourceforge.net> 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 /* |