diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ -1.13.0 +1.14.0 * Drop MateConf migration scripts * Disable effects and delay options in mate-screenshot UI @@ -9,6 +9,7 @@ * Don't use -Werror flag in build * Some more fixes and cleanups * Translations update + * Fix Changelog generation 1.12.0 diff --git a/configure.ac b/configure.ac index e0ba82ec..64aba704 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ m4_define([mate_utils_major], [1]) -m4_define([mate_utils_minor], [13]) +m4_define([mate_utils_minor], [14]) m4_define([mate_utils_micro], [0]) m4_define([mate_utils_version], [mate_utils_major.mate_utils_minor.mate_utils_micro]) |