diff options
author | dgp <dgp@users.sourceforge.net> | 2021-06-18 18:11:29 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2021-06-18 18:11:29 (GMT) |
commit | a44478512904d7dfa4f93d1b8c38301e62d025ee (patch) | |
tree | b72128c6e187dde4785b1dc38efe8be81122e32b /win/configure | |
parent | 9deb1f2b0abf590ec9551280107b2c365a4688cd (diff) | |
download | tcl-a44478512904d7dfa4f93d1b8c38301e62d025ee.zip tcl-a44478512904d7dfa4f93d1b8c38301e62d025ee.tar.gz tcl-a44478512904d7dfa4f93d1b8c38301e62d025ee.tar.bz2 |
Bump version number to distinguish from release.
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 157ea66..fead87c 100755 --- a/win/configure +++ b/win/configure @@ -2403,7 +2403,7 @@ SHELL=/bin/sh TCL_VERSION=8.7 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=7 -TCL_PATCH_LEVEL="a5" +TCL_PATCH_LEVEL="a6" VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION TCL_DDE_VERSION=1.4 |