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 /generic | |
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 'generic')
-rw-r--r-- | generic/tclOO.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclOO.h b/generic/tclOO.h index 46f01fb..823d773 100644 --- a/generic/tclOO.h +++ b/generic/tclOO.h @@ -24,7 +24,7 @@ * win/tclooConfig.sh */ -#define TCLOO_VERSION "1.0.5" +#define TCLOO_VERSION "1.0.6" #define TCLOO_PATCHLEVEL TCLOO_VERSION #include "tcl.h" |