diff options
author | dgp <dgp@users.sourceforge.net> | 2017-04-13 16:39:15 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2017-04-13 16:39:15 (GMT) |
commit | 23217a1cc40da71bb99cc988804ea9013254955b (patch) | |
tree | 1be410acbf189c50efe9678b33d4fd8e08107469 /unix | |
parent | d8f3d43759697e3be6d3613094aebedc9f83063d (diff) | |
download | tcl-23217a1cc40da71bb99cc988804ea9013254955b.zip tcl-23217a1cc40da71bb99cc988804ea9013254955b.tar.gz tcl-23217a1cc40da71bb99cc988804ea9013254955b.tar.bz2 |
Bump TclOO 1.0.6; finish changes.
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..e5d42bb 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.0.6 |