diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-07-14 14:21:06 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-07-14 14:21:06 (GMT) |
commit | 8c629f8f8582d5b595243e01ba840652235814cf (patch) | |
tree | 3eff5373ad780b47e1b93d33fc8162fafe8b1aba /unix | |
parent | c8d2e309d1ad41c6a338d38e0d997ce6e9aee0f9 (diff) | |
parent | dcf0075b187c06e8c88feee09a0dfc33c14a6b88 (diff) | |
download | tcl-8c629f8f8582d5b595243e01ba840652235814cf.zip tcl-8c629f8f8582d5b595243e01ba840652235814cf.tar.gz tcl-8c629f8f8582d5b595243e01ba840652235814cf.tar.bz2 |
merge trunk
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 ee10b81..4c2068c 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.2.0 |