diff options
author | raveit65 <[email protected]> | 2023-04-04 09:38:32 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-04-04 09:38:32 +0200 |
commit | 14a52bc0ef62373c576421ae9bc59e77089d4dfa (patch) | |
tree | 4d897bf035ed1b5968786cd48d6762a150162448 | |
parent | aa57109bc472ea9340020d819b26d511fb3e002c (diff) | |
download | mate-common-14a52bc0ef62373c576421ae9bc59e77089d4dfa.tar.bz2 mate-common-14a52bc0ef62373c576421ae9bc59e77089d4dfa.tar.xz |
release 1.27.0v1.27.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.27.0 + + * release 1.27 + ### mate-common 1.26.0 * release 1.26 diff --git a/configure.ac b/configure.ac index 6c7d117..0b9cdad 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.54) -AC_INIT([mate-common], [1.26.0], [https://github.com/mate-desktop/mate-common]) +AC_INIT([mate-common], [1.27.0], [https://github.com/mate-desktop/mate-common]) AC_CONFIG_SRCDIR([macros/mate-autogen]) |