1
0
Fork 0

Bump version to 3.1.90.1

Update NEWS
This commit is contained in:
Owen W. Taylor 2011-08-30 15:39:25 -04:00
parent 7af6aa9739
commit f778cf0ea3
2 changed files with 10 additions and 1 deletions

9
NEWS
View file

@ -1,3 +1,12 @@
3.1.90.1
========
* Fix crash when no windows are open [Adel; #657692]
* Fix annotations for new strictness in gobject-introspection [Jasper, Owen]
* Fix some errors with rounded frame drawing [Jasper; #657661]
Contributors:
Adel Gadllah, Jasper St. Pierre, Owen Taylor
3.1.90
======
* Extend the draggable portion of window borders outside the visible frame

View file

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