diff options
author | dgp <dgp@users.sourceforge.net> | 2012-11-08 15:43:45 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-11-08 15:43:45 (GMT) |
commit | ea58b7b66f821c689964f63701927b32b4de3369 (patch) | |
tree | 43cdfca97a471518502c897e6efd3da8419e19b3 /unix/tclooConfig.sh | |
parent | 7635c56e5d97f850720e137724350c619d398810 (diff) | |
download | tcl-ea58b7b66f821c689964f63701927b32b4de3369.zip tcl-ea58b7b66f821c689964f63701927b32b4de3369.tar.gz tcl-ea58b7b66f821c689964f63701927b32b4de3369.tar.bz2 |
Declare TclOO portion of the Tcl API to be stable -> TclOO 1.0
Diffstat (limited to 'unix/tclooConfig.sh')
-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 dce540a..d2be8dd 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=-DUSE_TCLOO_STUBS -TCLOO_VERSION=0.7 +TCLOO_VERSION=1.0 |