summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2024-02-12 23:08:28 +0100
committerraveit65 <[email protected]>2024-02-12 23:08:28 +0100
commit932f37e39de227c365607dbbd21169e92c043237 (patch)
tree7b97b511e953e088d0bac25c0c98ca901da8a028
parent099bfafa7f835c361b03fc9fc9907cabcd624480 (diff)
downloadmate-common-master.tar.bz2
mate-common-master.tar.xz
release 1.28.0HEADv1.28.0master
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
3 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 5dd9d99..0c058bd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+### mate-common 1.28.0
+
+ * release 1.28.0
+
### mate-common 1.27.1
* release 1.27.1
diff --git a/configure.ac b/configure.ac
index 1ade4ae..1684f72 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.54)
-AC_INIT([mate-common], [1.27.1], [https://github.com/mate-desktop/mate-common])
+AC_INIT([mate-common], [1.28.0], [https://github.com/mate-desktop/mate-common])
AC_CONFIG_SRCDIR([macros/mate-autogen])
diff --git a/meson.build b/meson.build
index c3e07eb..8fac30d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('mate-common',
- version: '1.27.1',
+ version: '1.28.0',
meson_version: '>=0.50.0',
license: 'GPLv3+',
)