diff options
author | raveit65 <[email protected]> | 2018-01-26 14:45:56 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-01-26 14:45:56 +0100 |
commit | 9ba6fa2b88c60fe3526d1149fb8b03bb8337afdc (patch) | |
tree | 9a7971496be0133563e9f09570c2fea004668a8d | |
parent | 1c47565c246188959b3e6d258bf0915636bd885b (diff) | |
download | mate-common-9ba6fa2b88c60fe3526d1149fb8b03bb8337afdc.tar.bz2 mate-common-9ba6fa2b88c60fe3526d1149fb8b03bb8337afdc.tar.xz |
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +### mate-common 1.20.0 + + * bump version + ### mate-common 1.19.0 * bump version diff --git a/configure.ac b/configure.ac index b462718..3fb9ea0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.54) -AC_INIT([mate-common], [1.19.0], [https://github.com/mate-desktop/mate-common]) +AC_INIT([mate-common], [1.20.0], [https://github.com/mate-desktop/mate-common]) AC_CONFIG_SRCDIR([macros/mate-autogen]) |