diff options
author | dgp <dgp@noemail.net> | 2017-06-26 19:37:34 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2017-06-26 19:37:34 (GMT) |
commit | 15a6ea6ef80e213f86d6ce2ea55298f467244623 (patch) | |
tree | 56a8da7d463e2ceb1b1035273e2f678f35350af3 | |
parent | 89fd7db3d436fc791e16cee9e62e73d80da7bd36 (diff) | |
download | tcl-15a6ea6ef80e213f86d6ce2ea55298f467244623.zip tcl-15a6ea6ef80e213f86d6ce2ea55298f467244623.tar.gz tcl-15a6ea6ef80e213f86d6ce2ea55298f467244623.tar.bz2 |
Bump to TclOO 1.1.0
FossilOrigin-Name: 417c4f636d2d5266131c148d524b48d85ac74314
-rw-r--r-- | generic/tclOO.h | 2 | ||||
-rw-r--r-- | unix/tclooConfig.sh | 2 | ||||
-rw-r--r-- | win/tclooConfig.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/generic/tclOO.h b/generic/tclOO.h index 46f01fb..32afbf1 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.1.0" #define TCLOO_PATCHLEVEL TCLOO_VERSION #include "tcl.h" diff --git a/unix/tclooConfig.sh b/unix/tclooConfig.sh index ee10b81..2279542 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.1.0 diff --git a/win/tclooConfig.sh b/win/tclooConfig.sh index ee10b81..2279542 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.4 +TCLOO_VERSION=1.1.0 |