diff options
Diffstat (limited to 'win/tclooConfig.sh')
-rw-r--r-- | win/tclooConfig.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tclooConfig.sh b/win/tclooConfig.sh index 565fe98..86959ac 100644 --- a/win/tclooConfig.sh +++ b/win/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 |