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 | bd7229a87d3fb8d91020fe3f44ff99791a5cb0b6 (patch) | |
tree | 99753942b929d4cb370694c31a01e0bed7606254 /win/tclooConfig.sh | |
parent | d01a3bf0027f59d06aa1ed5f09d97279c5e75887 (diff) | |
download | tcl-bd7229a87d3fb8d91020fe3f44ff99791a5cb0b6.zip tcl-bd7229a87d3fb8d91020fe3f44ff99791a5cb0b6.tar.gz tcl-bd7229a87d3fb8d91020fe3f44ff99791a5cb0b6.tar.bz2 |
Bump to TclOO 1.0.4. Update changes file.
Diffstat (limited to 'win/tclooConfig.sh')
-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 |