summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-09-13 05:54:46 -0400
committerMatthias Clasen <mclasen@redhat.com>2016-09-13 05:54:46 -0400
commit7177eccb80174f6f8bf5ba437a6b606cfa7d369e (patch)
tree146169c33d86ce4bee22be931e6c07fe10cec92b
parent01f1df82591b7c1709a748343621379af5ff8dc4 (diff)
downloadgnome-desktop-7177eccb80174f6f8bf5ba437a6b606cfa7d369e.tar.gz
3.21.923.21.92
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e42e2753..421b7aa6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,11 @@
================
+Version 3.21.92
+================
+
+- Fix a crash on non-udev platforms (#770686)
+- Translation updates
+
+================
Version 3.21.90
================
diff --git a/configure.ac b/configure.ac
index 6c6bc44e..4d16bb58 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define(gnome_platform, 3)
m4_define(gnome_minor, 21)
-m4_define(gnome_micro, 4)
+m4_define(gnome_micro, 92)
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