diff options
author | dgp <dgp@users.sourceforge.net> | 2011-10-26 14:22:20 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-10-26 14:22:20 (GMT) |
commit | 7a0bde63d21f54ce83bde639876802b592545bc9 (patch) | |
tree | 4eeee16d0abf208921ac20253462507f417ac0bd /win/configure | |
parent | 3a29b1157911d54503afb03e90c2af1344b88aa4 (diff) | |
download | tk-7a0bde63d21f54ce83bde639876802b592545bc9.zip tk-7a0bde63d21f54ce83bde639876802b592545bc9.tar.gz tk-7a0bde63d21f54ce83bde639876802b592545bc9.tar.bz2 |
Release candidate branch for Tk 8.5.11
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 b3a6294..70b9eca 100755 --- a/win/configure +++ b/win/configure @@ -1311,7 +1311,7 @@ SHELL=/bin/sh TK_VERSION=8.5 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=5 -TK_PATCH_LEVEL=".10" +TK_PATCH_LEVEL=".11" VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION #------------------------------------------------------------------------ |