diff options
author | Stefano Karapetsas <[email protected]> | 2015-02-24 19:13:53 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2015-02-24 19:13:53 +0100 |
commit | d36b1b78797fa22476117e68b408d8d90e22166c (patch) | |
tree | 2d85f787fc077ed6c55b3a18f3c67995328308c7 | |
parent | a9f92643bbd0afbe87de2007c99e393ce4244d77 (diff) | |
download | mate-desktop-d36b1b78797fa22476117e68b408d8d90e22166c.tar.bz2 mate-desktop-d36b1b78797fa22476117e68b408d8d90e22166c.tar.xz |
Bump version to 1.9.90mate-desktop-1.9.90
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 14 deletions
@@ -1,4 +1,4 @@ -mate-desktop 1.9.4 +mate-desktop 1.9.90 * Turn MateRRScreen, GnomeRRConfig and GnomeOutputInfo into a GObject. Thanks to monsta for helping to test this. @@ -6,22 +6,10 @@ mate-desktop 1.9.4 * Many RANDR fixes * interface: add automatic-mnemonics key for Gtk xsetting * use GDK_WINDOW_XID for inter-GTK compatibility - -mate-desktop 1.9.3 - * Updated mpaste for website change - -mate-desktop 1.9.2 - * Added org.mate.debug GSettings schema - -mate-desktop 1.9.1 - * Added MateColorButton class to have traditional color selection dialog with GTK3 - -mate-desktop 1.9.0 - * Removed desktop-docs * Removed user guide * Removed libunique optional dependency diff --git a/configure.ac b/configure.ac index 109936c..29fb23d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ m4_define([mate_platform], [1]) m4_define([mate_minor], [9]) -m4_define([mate_micro], [4]) +m4_define([mate_micro], [90]) m4_define(mate_version, [mate_platform.mate_minor.mate_micro]), |