summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 160c82e9..c03f6704 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,14 @@
===============
+Version 3.6.2
+===============
+
+Bug fixes:
+ gnome-rr: Fall back to XFree86_DDC_EDID1_RAWDATA
+
+Translation updates:
+ Japanese
+
+===============
Version 3.6.1
===============
diff --git a/configure.ac b/configure.ac
index aad8a626..a2527e8b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define(gnome_platform, 3)
m4_define(gnome_minor, 6)
-m4_define(gnome_micro, 1)
+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