diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-05-25 13:40:44 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-05-25 13:40:44 (GMT) |
commit | de8bdfc20fd21d16aa5e73fa0fb0ed8c88a2d18d (patch) | |
tree | 3af7665863be11054eb8d2233dd707da458cfab7 /unix | |
parent | 1d49ca67e112ecdac5812541cf20613f4147a0e9 (diff) | |
download | tcl-de8bdfc20fd21d16aa5e73fa0fb0ed8c88a2d18d.zip tcl-de8bdfc20fd21d16aa5e73fa0fb0ed8c88a2d18d.tar.gz tcl-de8bdfc20fd21d16aa5e73fa0fb0ed8c88a2d18d.tar.bz2 |
Bump TclOO version.corresponds_to_TclOO_0_6_3
Diffstat (limited to 'unix')
-rw-r--r-- | unix/tclooConfig.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclooConfig.sh b/unix/tclooConfig.sh index 07fb45b..68de106 100644 --- a/unix/tclooConfig.sh +++ b/unix/tclooConfig.sh @@ -16,4 +16,4 @@ TCLOO_STUB_LIB_SPEC="" TCLOO_INCLUDE_SPEC="" TCLOO_PRIVATE_INCLUDE_SPEC="" TCLOO_CFLAGS=-DUSE_TCLOO_STUBS -TCLOO_VERSION=0.6.2 +TCLOO_VERSION=0.6.3 |