diff options
author | dgp <dgp@users.sourceforge.net> | 2016-02-19 16:44:26 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2016-02-19 16:44:26 (GMT) |
commit | 22d2441089751ab75a5d01ceb99f5fa3f21b1356 (patch) | |
tree | 99753942b929d4cb370694c31a01e0bed7606254 /win | |
parent | 5a2bdabcbd24d2e6cf0483f1e6ae68d17abff108 (diff) | |
download | tcl-22d2441089751ab75a5d01ceb99f5fa3f21b1356.zip tcl-22d2441089751ab75a5d01ceb99f5fa3f21b1356.tar.gz tcl-22d2441089751ab75a5d01ceb99f5fa3f21b1356.tar.bz2 |
Bump to TclOO 1.0.4. Update changes file.
Diffstat (limited to 'win')
-rw-r--r-- | win/tclooConfig.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tclooConfig.sh b/win/tclooConfig.sh index 55fe75f..ee10b81 100644 --- a/win/tclooConfig.sh +++ b/win/tclooConfig.sh @@ -16,4 +16,4 @@ TCLOO_STUB_LIB_SPEC="" TCLOO_INCLUDE_SPEC="" TCLOO_PRIVATE_INCLUDE_SPEC="" TCLOO_CFLAGS="" -TCLOO_VERSION=1.0.3 +TCLOO_VERSION=1.0.4 |