diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -mate-desktop 1.9.90 +mate-desktop 1.10.0 * Turn MateRRScreen, GnomeRRConfig and GnomeOutputInfo into a GObject. Thanks to monsta for helping to test this. diff --git a/configure.ac b/configure.ac index 29fb23d..07f2027 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], [90]) +m4_define([mate_minor], [10]) +m4_define([mate_micro], [0]) m4_define(mate_version, [mate_platform.mate_minor.mate_micro]), |