diff options
author | dgp <dgp@users.sourceforge.net> | 2017-09-08 13:31:37 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2017-09-08 13:31:37 (GMT) |
commit | e2307279e7ebd4336c8b09fe1bbd97df23e0e4d4 (patch) | |
tree | 4dd1d52136877ea50cf074c67a7d1068b47d03ed /unix/configure.ac | |
parent | 0bb40020042628d6f0265d735822b36ea7cdf5d9 (diff) | |
download | tk-e2307279e7ebd4336c8b09fe1bbd97df23e0e4d4.zip tk-e2307279e7ebd4336c8b09fe1bbd97df23e0e4d4.tar.gz tk-e2307279e7ebd4336c8b09fe1bbd97df23e0e4d4.tar.bz2 |
Bump to 8.7a2 to distinguish trunk from 8.7a1 release.
Diffstat (limited to 'unix/configure.ac')
-rw-r--r-- | unix/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure.ac b/unix/configure.ac index 570ab02..acbfff9 100644 --- a/unix/configure.ac +++ b/unix/configure.ac @@ -25,7 +25,7 @@ m4_ifdef([SC_USE_CONFIG_HEADERS], [ TK_VERSION=8.7 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=7 -TK_PATCH_LEVEL="a1" +TK_PATCH_LEVEL="a2" VERSION=${TK_VERSION} LOCALES="cs da de el en en_gb eo es fr hu it nl pl pt ru sv" |