diff options
author | dgp <dgp@users.sourceforge.net> | 2017-06-26 19:37:34 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2017-06-26 19:37:34 (GMT) |
commit | 2223757a3583e4541ae5814fc6e7059e6048e480 (patch) | |
tree | 27a1f7586e9386e2230a44232c57950124cd4821 /unix/tclooConfig.sh | |
parent | 40560f53a7756617375dab14d8499406ba3a92b4 (diff) | |
download | tcl-2223757a3583e4541ae5814fc6e7059e6048e480.zip tcl-2223757a3583e4541ae5814fc6e7059e6048e480.tar.gz tcl-2223757a3583e4541ae5814fc6e7059e6048e480.tar.bz2 |
Bump to TclOO 1.1.0
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 ee10b81..2279542 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="" -TCLOO_VERSION=1.0.4 +TCLOO_VERSION=1.1.0 |