summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRui Matos <tiagomatos@gmail.com>2013-03-16 18:52:13 +0100
committerRui Matos <tiagomatos@gmail.com>2013-03-16 18:52:13 +0100
commit2c3b43d28993225730cc9bff63e6d7cf920b91e8 (patch)
treed6140954f9b5a33ba0875a4d72962cc08e00e252
parent6c9ae8128e7cc7f09f0c86dd0596430a07618453 (diff)
downloadgnome-desktop-2c3b43d28993225730cc9bff63e6d7cf920b91e8.tar.gz
3.6.33.6.3
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c03f6704..53dae60b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,14 @@
===============
+Version 3.6.3
+===============
+
+Bug fixes:
+ gnome-xkb-info: Handle duplicated layouts
+
+Translation updates:
+ Friulian, Greek, Kannada, Odia, Tamil, Uyghur
+
+===============
Version 3.6.2
===============
diff --git a/configure.ac b/configure.ac
index a2527e8b..6913ec2b 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, 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