diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2008-09-26 12:53:56 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2008-09-26 12:53:56 (GMT) |
| commit | 944a2562e75e9761a76f12e5578cdc70404586de (patch) | |
| tree | 804aff88f700877b020d399083a6819472cb6efb /generic/tclOO.h | |
| parent | a32e81f6ff6c55543798126314f952b399656e5b (diff) | |
| download | tcl-944a2562e75e9761a76f12e5578cdc70404586de.zip tcl-944a2562e75e9761a76f12e5578cdc70404586de.tar.gz tcl-944a2562e75e9761a76f12e5578cdc70404586de.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 /* |
