diff options
author | raveit65 <[email protected]> | 2017-03-30 18:36:24 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-03-30 18:36:24 +0200 |
commit | 113a7c0300706c3f770d819905c7491eb767eaa1 (patch) | |
tree | db64913da33652684fdd576ad619db8193b814ab | |
parent | a3c64fdcbb6b16bfae2e9b1fa8df9126f2fbeb1e (diff) | |
download | mate-utils-113a7c0300706c3f770d819905c7491eb767eaa1.tar.bz2 mate-utils-113a7c0300706c3f770d819905c7491eb767eaa1.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.19.0 + ### mate-utils 1.18.0 * NEWS: use consistent, project wide, markdown-like formatting diff --git a/configure.ac b/configure.ac index f72de9c6..56482e1f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ m4_define([mate_utils_major], [1]) -m4_define([mate_utils_minor], [18]) +m4_define([mate_utils_minor], [19]) m4_define([mate_utils_micro], [0]) m4_define([mate_utils_version], [mate_utils_major.mate_utils_minor.mate_utils_micro]) |