diff options
author | raveit65 <[email protected]> | 2016-04-07 12:23:48 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-04-07 12:23:48 +0200 |
commit | b9d35f9bf14e695d2ab2a99a0cd2436ba10b27b8 (patch) | |
tree | 4fd209a10503ae97171eb959bbb90fee01c063fd | |
parent | 2cff7c72baa7bede612cf039a7a6a8b9f7b6e0c9 (diff) | |
download | mate-utils-b9d35f9bf14e695d2ab2a99a0cd2436ba10b27b8.tar.bz2 mate-utils-b9d35f9bf14e695d2ab2a99a0cd2436ba10b27b8.tar.xz |
release 1.14.0
-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]) |