summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-10-12 15:53:35 -0400
committerMatthias Clasen <mclasen@redhat.com>2015-10-12 15:53:35 -0400
commitf526373fd0ae223da18bdac6489fa2b66cec2ba9 (patch)
tree2a0adfa8628c274b3d1e8eb1f69d94b6855b0034
parentbcb9d4a6fdd95882da50c0c2aea095f95f1a5424 (diff)
downloadgnome-desktop-f526373fd0ae223da18bdac6489fa2b66cec2ba9.tar.gz
3.18.13.18.1
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 218eb5d9..15cd9497 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,11 @@
================
+Version 3.18.1
+================
+
+- Drop unneeded includes
+- Translation updates
+
+================
Version 3.18.0
================
diff --git a/configure.ac b/configure.ac
index b75e203a..caa92968 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define(gnome_platform, 3)
m4_define(gnome_minor, 18)
-m4_define(gnome_micro, 0)
+m4_define(gnome_micro, 1)
dnl gnome_sub is an optional sub-version which will not be advertised to the user
dnl It allows to release a 2.30.1.1 which is just a better 2.30.1
dnl Leave empty if not needed