1
0
Fork 0

Bump version to 3.18.0

Update NEWS.
This commit is contained in:
Florian Müllner 2015-09-21 21:52:14 +02:00
parent dc7e665de9
commit 35729e8659
2 changed files with 12 additions and 2 deletions

10
NEWS
View file

@ -1,3 +1,13 @@
3.18.0
======
* Misc. fixes [Florian, Jonas; #753434]
Contributors:
Jonas Ådahl, Florian Müllner
Translations:
Rūdolfs Mazurs [lv]
3.17.92
=======
* Don't omit the background color for backgrounds that don't fill the screen

View file

@ -1,8 +1,8 @@
AC_PREREQ(2.62)
m4_define([mutter_major_version], [3])
m4_define([mutter_minor_version], [17])
m4_define([mutter_micro_version], [92])
m4_define([mutter_minor_version], [18])
m4_define([mutter_micro_version], [0])
m4_define([mutter_version],
[mutter_major_version.mutter_minor_version.mutter_micro_version])