Bump version to 3.6.3

Update NEWS.
This commit is contained in:
Florian Müllner 2013-02-13 22:22:49 +01:00
parent 5ad3260bb8
commit 8adc8c3898
2 changed files with 14 additions and 1 deletions

13
NEWS
View File

@ -1,3 +1,16 @@
3.6.3
=====
* Fix maximized windows jumping between monitors [Alban; #556696]
* Fix windows turning black when redirected again [Adel; #693042]
Contributors:
Alban Crequy, Adel Gadllah
Translations:
Runa Bhattacharjee [bn_IN], Rajesh Ranjan [hi], Krishnababu Krothapalli [te],
ManojKumar Giri [or], Dr.T.Vasudevan [ta], Shankar Prasad [kn],
Rafael Ferreira [pt_BR]
3.6.2
=====
* Only process keyboard mapping events for the core X keyboard [Rui; #674859]

View File

@ -2,7 +2,7 @@ AC_PREREQ(2.50)
m4_define([mutter_major_version], [3])
m4_define([mutter_minor_version], [6])
m4_define([mutter_micro_version], [2])
m4_define([mutter_micro_version], [3])
m4_define([mutter_version],
[mutter_major_version.mutter_minor_version.mutter_micro_version])