summaryrefslogtreecommitdiffstats
path: root/generic/tclOO.h
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2009-11-27 07:27:52 (GMT)
committerdkf <dkf@noemail.net>2009-11-27 07:27:52 (GMT)
commitd3aaa3f598423516a36c478a636110a6bfb600dd (patch)
tree81f89a0baff2063a9490f6517eae1f60a310e783 /generic/tclOO.h
parent31453f30731c6c5a4c1ddc7ca6ffb0e5af3d5022 (diff)
downloadtcl-d3aaa3f598423516a36c478a636110a6bfb600dd.zip
tcl-d3aaa3f598423516a36c478a636110a6bfb600dd.tar.gz
tcl-d3aaa3f598423516a36c478a636110a6bfb600dd.tar.bz2
Match the version-bump of TclOO.
FossilOrigin-Name: 5e375e282f35a54b55c1cf88628f39e314e2eb09
Diffstat (limited to 'generic/tclOO.h')
-rw-r--r--generic/tclOO.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/generic/tclOO.h b/generic/tclOO.h
index 85bc514..a2a6aa1 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.8 2009/09/26 21:42:05 dkf Exp $
+ * RCS: @(#) $Id: tclOO.h,v 1.9 2009/11/27 07:27:52 dkf Exp $
*/
#ifndef TCLOO_H_INCLUDED
@@ -28,11 +28,12 @@
* standalone TclOO version matches. Also make sure that this matches the
* version in the files:
*
+ * tests/oo.test
* unix/tclooConfig.sh
* win/tclooConfig.sh
*/
-#define TCLOO_VERSION "0.6.1"
+#define TCLOO_VERSION "0.6.2"
#define TCLOO_PATCHLEVEL TCLOO_VERSION
/*