diff options
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +1.15.1 + * gtk3: Port from libunique to GtkApplication + * build: use 'm4' dir for m4 macros, like in other projects + * distcheck: explicitly use currently selected GTK+ version + * Translations update + 1.15.0 * Translations update diff --git a/configure.ac b/configure.ac index 80ac466..81bd604 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(mate-user-share, 1.15.0) +AC_INIT(mate-user-share, 1.15.1) AC_CONFIG_MACRO_DIR([m4]) |