diff options
author | raveit65 <[email protected]> | 2019-03-25 13:13:44 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-03-25 13:13:44 +0100 |
commit | 87b9f3ea6386887674998730eb97d62db1f1e408 (patch) | |
tree | 76be2499ecbad45f15318b3ebe2bf82243afe3ac | |
parent | a43b1db38ada87bb82e583375d467e3146232043 (diff) | |
download | mate-utils-87b9f3ea6386887674998730eb97d62db1f1e408.tar.bz2 mate-utils-87b9f3ea6386887674998730eb97d62db1f1e408.tar.xz |
pre-bump version
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +### mate-utils 1.23.0 + ### mate-utils 1.22.0 * Translations update diff --git a/configure.ac b/configure.ac index 654c908a..d65e5b54 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ m4_define([mate_utils_major], [1]) -m4_define([mate_utils_minor], [22]) +m4_define([mate_utils_minor], [23]) m4_define([mate_utils_micro], [0]) m4_define([mate_utils_version], [mate_utils_major.mate_utils_minor.mate_utils_micro]) |