diff options
author | raveit65 <[email protected]> | 2020-02-09 11:51:23 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-02-09 13:21:44 +0100 |
commit | 163c2dbfcd2a473bce607c0cd9ff53414dea5805 (patch) | |
tree | de1fc8c0004aeab8c6975a5937570cf39ee953e2 /configure.ac | |
parent | d88c0539adfc7b5309333e7683de8a26a8419517 (diff) | |
download | mate-calc-163c2dbfcd2a473bce607c0cd9ff53414dea5805.tar.bz2 mate-calc-163c2dbfcd2a473bce607c0cd9ff53414dea5805.tar.xz |
release 1.24.0
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ca2055e..f64c607 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.62) -AC_INIT([mate-calc], [1.23.0], [http://mate-desktop.org]) +AC_INIT([mate-calc], [1.24.0], [http://mate-desktop.org]) AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-xz check-news]) AC_CONFIG_HEADERS(config.h) |