diff options
author | dgp <dgp@users.sourceforge.net> | 2008-09-02 22:11:56 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-09-02 22:11:56 (GMT) |
commit | 4eefa7e3561030a0739064e3cc0027c0c4cbe2b8 (patch) | |
tree | b3585c149bf87d61cd9c9a227efe757049ba0267 /win | |
parent | a2b54a1b966fd289ff2d0aed233afcbd9e6cb993 (diff) | |
download | tk-4eefa7e3561030a0739064e3cc0027c0c4cbe2b8.zip tk-4eefa7e3561030a0739064e3cc0027c0c4cbe2b8.tar.gz tk-4eefa7e3561030a0739064e3cc0027c0c4cbe2b8.tar.bz2 |
Commit mysteriously missing autoconf results
Diffstat (limited to 'win')
-rwxr-xr-x | win/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/configure b/win/configure index 4f7e78b..4051cdf 100755 --- a/win/configure +++ b/win/configure @@ -1309,7 +1309,7 @@ SHELL=/bin/sh TK_VERSION=8.5 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=5 -TK_PATCH_LEVEL=".4" +TK_PATCH_LEVEL=".5b1" VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION #------------------------------------------------------------------------ |