diff options
author | raveit65 <[email protected]> | 2019-02-09 21:27:37 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-09 21:27:37 +0100 |
commit | 712ee5909cd71deec6784fe376643616e9ddb80b (patch) | |
tree | cbfeb11d9e88f855dbeede8330b4decd69080ce5 | |
parent | 9ba6fa2b88c60fe3526d1149fb8b03bb8337afdc (diff) | |
download | mate-common-712ee5909cd71deec6784fe376643616e9ddb80b.tar.bz2 mate-common-712ee5909cd71deec6784fe376643616e9ddb80b.tar.xz |
release 1.21.0v1.21.0
-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.21.0 + + * bump version + ### mate-common 1.20.0 * bump version diff --git a/configure.ac b/configure.ac index 3fb9ea0..b6d96b6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.54) -AC_INIT([mate-common], [1.20.0], [https://github.com/mate-desktop/mate-common]) +AC_INIT([mate-common], [1.21.0], [https://github.com/mate-desktop/mate-common]) AC_CONFIG_SRCDIR([macros/mate-autogen]) |