summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-05-15 20:41:24 +0200
committerraveit65 <[email protected]>2019-05-15 20:41:24 +0200
commitb777b10f021aef295a83906a1dbacbd051063c16 (patch)
tree61eae1ed9e9e9a794e183845c038e860c08db2d4
parent185907d1e986f3634115107b47ecf1102bf71e84 (diff)
downloadmate-backgrounds-1.23.0.tar.bz2
mate-backgrounds-1.23.0.tar.xz
release 1.23.0v1.23.0
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
3 files changed, 11 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index daa2dae..cd64b3e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+### mate-backgrounds 1.23.0
+
+ * Translations update
+ * update makepot script
+ * enable meson build at travis-CI
+ * use meson build system
+ * Migrate from intltool to gettext
+ * provide releases at github
+
### mate-backgrounds 1.22.0
* Initialize Travis CI support
diff --git a/configure.ac b/configure.ac
index bd0809f..20ff519 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([mate-backgrounds],
- [1.22.0],
+ [1.23.0],
[http://www.mate-desktop.org])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz tar-ustar check-news])
diff --git a/meson.build b/meson.build
index 943984b..db5776b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('mate-backgrounds',
- version : '1.22.0',
+ version : '1.23.0',
meson_version: '>= 0.41.0'
)