summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-07-27 18:06:51 +0300
committermonsta <[email protected]>2016-07-27 18:06:51 +0300
commit8bd02b62d71b341911397b782dac3dbcb3802213 (patch)
treef99947e8e2b3abb46136479c82877c726c49492b
parent89901a9c44e5792bcb59e2a15cc880d7b0afaaf3 (diff)
downloadmate-netbook-8bd02b62d71b341911397b782dac3dbcb3802213.tar.bz2
mate-netbook-8bd02b62d71b341911397b782dac3dbcb3802213.tar.xz
release 1.15.1v1.15.1
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b053048..2b13ea8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+1.15.1
+======
+
+ * Get rid of dependency on libmate-desktop
+
1.15.0
======
diff --git a/configure.ac b/configure.ac
index 7eed615..a7e771d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.53)
-AC_INIT(mate-netbook, 1.15.0, [])
+AC_INIT(mate-netbook, 1.15.1, [])
AM_INIT_AUTOMAKE([1.9 foreign tar-ustar no-dist-gzip dist-xz check-news])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_CONFIG_SRCDIR(maximus/main.c)