summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-12-15 14:22:04 -0500
committerMatthias Clasen <mclasen@redhat.com>2015-12-15 14:42:51 -0500
commita07c8ce05a431d3e9b69ddaeef3d6407ab921bea (patch)
tree6e10a5f242360857079b39fb4a87e5bf3de7c336
parent64395382a6abfe574df8b20d155cda01d4d6e87d (diff)
downloadgnome-desktop-a07c8ce05a431d3e9b69ddaeef3d6407ab921bea.tar.gz
3.19.33.19.3
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 72529c3e..e5cfbd96 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,10 @@
================
+Version 3.19.3
+================
+
+- Fix a compiler warning in gnome-rr
+
+================
Version 3.19.2
================
diff --git a/configure.ac b/configure.ac
index 63739235..eafe4611 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define(gnome_platform, 3)
m4_define(gnome_minor, 19)
-m4_define(gnome_micro, 2)
+m4_define(gnome_micro, 3)
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