summaryrefslogtreecommitdiffstats
path: root/tests/oo.test
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-11-01 08:05:49 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-11-01 08:05:49 (GMT)
commitfee39e2a56df0c5d1f3bc91f5189f6d1e3b6e573 (patch)
treea24aa2ba02cf837da8d44afa943fc73dd7b8a3bf /tests/oo.test
parentca1d8afc2cf45b6fd42204a7ed0e295991666205 (diff)
downloadtcl-fee39e2a56df0c5d1f3bc91f5189f6d1e3b6e573.zip
tcl-fee39e2a56df0c5d1f3bc91f5189f6d1e3b6e573.tar.gz
tcl-fee39e2a56df0c5d1f3bc91f5189f6d1e3b6e573.tar.bz2
Version bump of TclOO
Diffstat (limited to 'tests/oo.test')
-rw-r--r--tests/oo.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/oo.test b/tests/oo.test
index ff2f79f..5c105b8 100644
--- a/tests/oo.test
+++ b/tests/oo.test
@@ -7,9 +7,9 @@
# See the file "license.terms" for information on usage and redistribution of
# this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: oo.test,v 1.16 2008/10/31 22:08:32 dkf Exp $
+# RCS: @(#) $Id: oo.test,v 1.17 2008/11/01 08:05:49 dkf Exp $
-package require TclOO 0.4 ;# Must match value in configure.in
+package require TclOO 0.6.1 ;# Must match value in generic/tclOO.h
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest 2
namespace import -force ::tcltest::*