diff options
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,12 @@ +### mate-session-manager 1.24.1 + + * Translations update + * Using #include with system libraries + * build: silent build warnings for distcheck + * Accept Desktop Entry Specification v1.1 + * use default MATE_COMPILE_WARNINGS for stable branch + * build: make libglesv2 optional + ### mate-session-manager 1.24.0 * Translations update diff --git a/configure.ac b/configure.ac index 645f306..79183a7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-session-manager], [1.24.0], [https://mate-desktop.org/]) +AC_INIT([mate-session-manager], [1.24.1], [https://mate-desktop.org/]) AC_CONFIG_SRCDIR([mate-session]) AC_CONFIG_HEADERS([config.h]) |