diff options
author | dgp <dgp@users.sourceforge.net> | 2013-06-03 18:07:20 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2013-06-03 18:07:20 (GMT) |
commit | 875697590e1066b3133c94d916e5ca4ca70e63bf (patch) | |
tree | 4fb8897a1fede8a519f5e88f050414a9ac3fd348 /unix/configure.in | |
parent | 2dd83ab46b70e46cdb3ab9f1f4d2ecfa28d70325 (diff) | |
parent | 4c4aed41f6365a2197377d8d5a7a2676ebbe1090 (diff) | |
download | tk-875697590e1066b3133c94d916e5ca4ca70e63bf.zip tk-875697590e1066b3133c94d916e5ca4ca70e63bf.tar.gz tk-875697590e1066b3133c94d916e5ca4ca70e63bf.tar.bz2 |
merge releasecore_8_4_branch
Diffstat (limited to 'unix/configure.in')
-rw-r--r-- | unix/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure.in b/unix/configure.in index a5fef0c..aebef58 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -9,7 +9,7 @@ AC_PREREQ(2.13) TK_VERSION=8.4 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=4 -TK_PATCH_LEVEL=".19" +TK_PATCH_LEVEL=".20" VERSION=${TK_VERSION} LOCALES="cs de el en en_gb eo es fr hu it nl pl pt ru" |