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 | 6eb9abdb2dadcf68396bf6b789f821bc545b1ace (patch) | |
tree | 3af7665863be11054eb8d2233dd707da458cfab7 /unix/tclooConfig.sh | |
parent | 975d5d10523f82a1726f07c8836051d92f2e68fc (diff) | |
download | tcl-6eb9abdb2dadcf68396bf6b789f821bc545b1ace.zip tcl-6eb9abdb2dadcf68396bf6b789f821bc545b1ace.tar.gz tcl-6eb9abdb2dadcf68396bf6b789f821bc545b1ace.tar.bz2 |
Bump TclOO version.
Diffstat (limited to 'unix/tclooConfig.sh')
-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 |