diff options
author | dgp <dgp@users.sourceforge.net> | 2019-06-17 19:21:18 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2019-06-17 19:21:18 (GMT) |
commit | 04459dffefe3c60896738b6fdba0abcdbc466183 (patch) | |
tree | d495796466558348a1062d6afc6198d5960953a6 /win/configure | |
parent | 86bfdfb4e4fc5e424f4eb608642a7973d93c3992 (diff) | |
download | tk-04459dffefe3c60896738b6fdba0abcdbc466183.zip tk-04459dffefe3c60896738b6fdba0abcdbc466183.tar.gz tk-04459dffefe3c60896738b6fdba0abcdbc466183.tar.bz2 |
Bump version numbers for Tk 8.6.10 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 203d702..1eeeff7 100755 --- a/win/configure +++ b/win/configure @@ -1312,7 +1312,7 @@ SHELL=/bin/sh TK_VERSION=8.6 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=6 -TK_PATCH_LEVEL=".9" +TK_PATCH_LEVEL=".10" VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION #------------------------------------------------------------------------ |