diff options
author | dgp <dgp@users.sourceforge.net> | 2008-06-25 14:35:38 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-06-25 14:35:38 (GMT) |
commit | fbaaddabb7cc63723d7724a1d568c9b917dc7a5f (patch) | |
tree | 1222183527cc4c4f30753a21655ce8c5fddd4087 /generic/tclOO.h | |
parent | 45df3072f0a77f5c7e90a5e6862db6740008e3ed (diff) | |
download | tcl-fbaaddabb7cc63723d7724a1d568c9b917dc7a5f.zip tcl-fbaaddabb7cc63723d7724a1d568c9b917dc7a5f.tar.gz tcl-fbaaddabb7cc63723d7724a1d568c9b917dc7a5f.tar.bz2 |
* changes: Updates for 8.6a1 release.
* generic/tclOO.h: Bump to TclOO 0.5.
Diffstat (limited to 'generic/tclOO.h')
-rw-r--r-- | generic/tclOO.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclOO.h b/generic/tclOO.h index f3fd73c..cc5c8ce 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.4 2008/05/31 11:42:17 dkf Exp $ + * RCS: @(#) $Id: tclOO.h,v 1.5 2008/06/25 14:35:39 dgp Exp $ */ #ifndef TCLOO_H_INCLUDED @@ -27,7 +27,7 @@ * Must match version at top of ../configure.in */ -#define TCLOO_VERSION "0.4" +#define TCLOO_VERSION "0.5" #define TCLOO_PATCHLEVEL TCLOO_VERSION /* |