summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-05-26 17:15:35 -0400
committerMatthias Clasen <mclasen@redhat.com>2015-05-26 17:15:35 -0400
commitf8cd153c7dfd6f143d2723c63b4a0f9998b91ea9 (patch)
tree19377eb3a6e9a5c7dc066474ed8e9a30bd1476cc
parent41bd919e56098857184cf32e76efa985ed25d51a (diff)
downloadgnome-desktop-f8cd153c7dfd6f143d2723c63b4a0f9998b91ea9.tar.gz
3.17.23.17.2
-rw-r--r--NEWS6
-rw-r--r--configure.ac4
2 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ac4c697d..4a737cbb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,10 @@
================
+Version 3.17.2
+================
+
+- Add support for overscan compensation in displays (#748560)
+
+================
Version 3.16.1
================
diff --git a/configure.ac b/configure.ac
index be14684a..5ad6d9a7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define(gnome_platform, 3)
-m4_define(gnome_minor, 16)
-m4_define(gnome_micro, 1)
+m4_define(gnome_minor, 17)
+m4_define(gnome_micro, 2)
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