diff options
author | dgp <dgp@users.sourceforge.net> | 2013-06-03 18:08:58 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2013-06-03 18:08:58 (GMT) |
commit | 16b42e8743bcdda86f041afe7b1f01db879f9efb (patch) | |
tree | e82c6ea75216223c2d056e6f4cfe8c90e0371150 /unix/configure | |
parent | 596b5e9c70fd7bbef2a6d801c647bb939482961a (diff) | |
parent | 6efc06566b9ee1b8ed7645920b7f37226cc00643 (diff) | |
download | tcl-core_8_4_branch.zip tcl-core_8_4_branch.tar.gz tcl-core_8_4_branch.tar.bz2 |
merge releasecore_8_4_branch
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 36d7b8d..403a49f 100755 --- a/unix/configure +++ b/unix/configure @@ -558,7 +558,7 @@ fi TCL_VERSION=8.4 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=4 -TCL_PATCH_LEVEL=".19" +TCL_PATCH_LEVEL=".20" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ |