diff options
author | dgp <dgp@users.sourceforge.net> | 2021-06-18 18:51:59 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2021-06-18 18:51:59 (GMT) |
commit | c213d731efbdaa7993680ad4ed6a2fccd8fa62cd (patch) | |
tree | d3488d1f6e8ffb7bd5605918049040850eb906e1 /unix/configure.ac | |
parent | ad6f88926d4dd93122affe56c099025118645c54 (diff) | |
download | tk-c213d731efbdaa7993680ad4ed6a2fccd8fa62cd.zip tk-c213d731efbdaa7993680ad4ed6a2fccd8fa62cd.tar.gz tk-c213d731efbdaa7993680ad4ed6a2fccd8fa62cd.tar.bz2 |
Bump version number to distinguish from 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 0023700..58edbce 100644 --- a/unix/configure.ac +++ b/unix/configure.ac @@ -26,7 +26,7 @@ m4_ifdef([SC_USE_CONFIG_HEADERS], [ TK_VERSION=8.7 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=7 -TK_PATCH_LEVEL="a5" +TK_PATCH_LEVEL="a6" VERSION=${TK_VERSION} LOCALES="cs da de el en en_gb eo es fr hu it nl pl pt ru sv" |