diff options
author | dgp <dgp@users.sourceforge.net> | 2011-07-18 20:01:39 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-07-18 20:01:39 (GMT) |
commit | 44695da5cf0b2b661205e9509841420f6485e3c9 (patch) | |
tree | 52775a10fd52667fca9ad673db42a7aa148524a1 /unix/configure | |
parent | 1862ab1259270b5a83e955528dccc4b63c652648 (diff) | |
download | tcl-44695da5cf0b2b661205e9509841420f6485e3c9.zip tcl-44695da5cf0b2b661205e9509841420f6485e3c9.tar.gz tcl-44695da5cf0b2b661205e9509841420f6485e3c9.tar.bz2 |
Bump version number to 8.6b2.
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure index 2483e4a..ab251a6 100755 --- a/unix/configure +++ b/unix/configure @@ -1335,7 +1335,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu TCL_VERSION=8.6 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=6 -TCL_PATCH_LEVEL="b1.2" +TCL_PATCH_LEVEL="b2" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ |