summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4777555..bbae5cd 100644
--- a/NEWS
+++ b/NEWS
@@ -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])