summaryrefslogtreecommitdiffstats
path: root/generic/tclOO.h
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-07-12 10:54:48 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-07-12 10:54:48 (GMT)
commitff0e2463cb108f9b0481ac516251142506818114 (patch)
tree96069e23131f9b94d5bc1823a86180fcbdbfc217 /generic/tclOO.h
parent470dc679b3ef5fad8fa57ec1e90b9f13b676c229 (diff)
downloadtcl-ff0e2463cb108f9b0481ac516251142506818114.zip
tcl-ff0e2463cb108f9b0481ac516251142506818114.tar.gz
tcl-ff0e2463cb108f9b0481ac516251142506818114.tar.bz2
Update TclOO package to 0.7, correct copyright dates.
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 fef2bd0..280481c 100644
--- a/generic/tclOO.h
+++ b/generic/tclOO.h
@@ -4,7 +4,7 @@
* This file contains the public API definitions and some of the function
* declarations for the object-system (NB: not Tcl_Obj, but ::oo).
*
- * Copyright (c) 2006-2008 by Donal K. Fellows
+ * Copyright (c) 2006-2010 by Donal K. Fellows
*
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
@@ -34,11 +34,12 @@ extern const char *TclOOInitializeStubs(
* version in the files:
*
* tests/oo.test
+ * tests/ooNext2.test
* unix/tclooConfig.sh
* win/tclooConfig.sh
*/
-#define TCLOO_VERSION "0.6.3"
+#define TCLOO_VERSION "0.7"
#define TCLOO_PATCHLEVEL TCLOO_VERSION
/*