diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-10-27 08:51:13 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-10-27 08:51:13 (GMT) |
commit | 1c852e43232a3be1eeb1159c0d1a30fd943960c5 (patch) | |
tree | c562659857ad43f5b8defdc9c28e23fbb1307808 /win/configure | |
parent | 16104b531487870a3fdc8fe6888ad1daf34f348b (diff) | |
download | tk-1c852e43232a3be1eeb1159c0d1a30fd943960c5.zip tk-1c852e43232a3be1eeb1159c0d1a30fd943960c5.tar.gz tk-1c852e43232a3be1eeb1159c0d1a30fd943960c5.tar.bz2 |
Bump to 8.6.12 for 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 52c0a7d..99fc0a1 100755 --- a/win/configure +++ b/win/configure @@ -1325,7 +1325,7 @@ SHELL=/bin/sh TK_VERSION=8.6 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=6 -TK_PATCH_LEVEL=".11" +TK_PATCH_LEVEL=".12" VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION #------------------------------------------------------------------------ |