diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-11-27 07:27:52 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-11-27 07:27:52 (GMT) |
commit | a77a0e955053195556778cd3461fd96ded585a89 (patch) | |
tree | 81f89a0baff2063a9490f6517eae1f60a310e783 /unix/tclooConfig.sh | |
parent | 26dda484fe7ad621e71585270c0a3c914c5fb375 (diff) | |
download | tcl-a77a0e955053195556778cd3461fd96ded585a89.zip tcl-a77a0e955053195556778cd3461fd96ded585a89.tar.gz tcl-a77a0e955053195556778cd3461fd96ded585a89.tar.bz2 |
Match the version-bump of TclOO.
Diffstat (limited to 'unix/tclooConfig.sh')
-rw-r--r-- | unix/tclooConfig.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tclooConfig.sh b/unix/tclooConfig.sh index 565fe98..86959ac 100644 --- a/unix/tclooConfig.sh +++ b/unix/tclooConfig.sh @@ -9,7 +9,7 @@ # # The information in this file is specific to a single platform. # -# RCS: @(#) $Id: tclooConfig.sh,v 1.1 2009/09/26 21:42:05 dkf Exp $ +# RCS: @(#) $Id: tclooConfig.sh,v 1.2 2009/11/27 07:27:53 dkf Exp $ # These are mostly empty because no special steps are ever needed from Tcl 8.6 # onwards; all libraries and include files are just part of Tcl. @@ -18,4 +18,4 @@ TCLOO_STUB_LIB_SPEC="" TCLOO_INCLUDE_SPEC="" TCLOO_PRIVATE_INCLUDE_SPEC="" TCLOO_CFLAGS=-DUSE_TCLOO_STUBS -TCLOO_VERSION=0.6.1 +TCLOO_VERSION=0.6.2 |