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 /generic/tclOO.h | |
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.)
Diffstat (limited to 'generic/tclOO.h')
-rw-r--r-- | generic/tclOO.h | 7 |
1 files changed, 4 insertions, 3 deletions
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 /* |