summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-09-24 06:26:49 -0400
committerMatthias Clasen <mclasen@redhat.com>2012-09-24 06:26:49 -0400
commitbc89d80b06cb63d26b6c5370adf8981c6f884c14 (patch)
tree941c733ae6c56ed11b9efda266eeacf21bf6d043
parent729e74232644082ead078cf37179fc81a4ba13bf (diff)
downloadgnome-desktop-bc89d80b06cb63d26b6c5370adf8981c6f884c14.tar.gz
3.6.03.6.0
-rw-r--r--NEWS15
-rw-r--r--configure.ac4
2 files changed, 17 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index fc291a86..2354bb8e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,19 @@
==============
+Version 3.6.0
+==============
+
+Bug fixes:
+ 684140 gnome-xkb-info: Fix a memory leak
+
+Translation updates: Arabic, Assamese, Belarusian, Bengali India,
+Brazilian Portuguese, British English, Bulgarian, Czech, Danish,
+Estonian, Finnish, French, Galician, German, Greek, Gujarati, Hebrew,
+Hindi, Hungarian, Indonesian, Italian, Kannada, Korean, Latvian,
+Lithuanian, Malayalam, Marathi, Norwegian bokmål, Persian, Portuguese,
+Punjabi, Russian, Serbian, Simplified Chinese, Slovenian, Spanish,
+Telugu, Thai, Traditional Chinese
+
+==============
Version 3.5.90
==============
diff --git a/configure.ac b/configure.ac
index 49fc85d9..f770bb8b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define(gnome_platform, 3)
-m4_define(gnome_minor, 5)
-m4_define(gnome_micro, 91)
+m4_define(gnome_minor, 6)
+m4_define(gnome_micro, 0)
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