diff options
author | dgp <dgp@users.sourceforge.net> | 2012-07-10 14:00:46 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-07-10 14:00:46 (GMT) |
commit | c43b4e2fb3dc24ce531f8c61a781d35d8f6c3617 (patch) | |
tree | 2f4fe6a80c3813cdd2724f6bca5cd3ec5ee2134b /win/configure | |
parent | e2a8d6ca464ae7a8fefa63c1e95c9387cfdbd339 (diff) | |
download | tcl-c43b4e2fb3dc24ce531f8c61a781d35d8f6c3617.zip tcl-c43b4e2fb3dc24ce531f8c61a781d35d8f6c3617.tar.gz tcl-c43b4e2fb3dc24ce531f8c61a781d35d8f6c3617.tar.bz2 |
Release candidate branch for Tcl 8.5.12.
Diffstat (limited to 'win/configure')
-rwxr-xr-x | win/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/configure b/win/configure index b74dd39..4f73e97 100755 --- a/win/configure +++ b/win/configure @@ -1311,7 +1311,7 @@ SHELL=/bin/sh TCL_VERSION=8.5 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=5 -TCL_PATCH_LEVEL=".11" +TCL_PATCH_LEVEL=".12" VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION TCL_DDE_VERSION=1.3 |