diff options
author | raveit65 <[email protected]> | 2019-05-15 20:41:24 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-05-15 20:41:24 +0200 |
commit | b777b10f021aef295a83906a1dbacbd051063c16 (patch) | |
tree | 61eae1ed9e9e9a794e183845c038e860c08db2d4 | |
parent | 185907d1e986f3634115107b47ecf1102bf71e84 (diff) | |
download | mate-backgrounds-b777b10f021aef295a83906a1dbacbd051063c16.tar.bz2 mate-backgrounds-b777b10f021aef295a83906a1dbacbd051063c16.tar.xz |
release 1.23.0v1.23.0
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | meson.build | 2 |
3 files changed, 11 insertions, 2 deletions
@@ -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' ) |