diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index fbc0115..37582b6 100644 --- a/configure.ac +++ b/configure.ac @@ -2,9 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.63]) -AC_INIT([mate-system-monitor], - [1.24.1], - [https://mate-desktop.org/]) +AC_INIT([mate-system-monitor], [1.24.2], [https://mate-desktop.org/]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_HEADERS(config.h) AC_CONFIG_MACRO_DIR([m4]) |