diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | meson.build | 2 |
3 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +### mate-media 1.28.1 + + * Distribute Meson build system + ### mate-media 1.28.0 * Translations update diff --git a/configure.ac b/configure.ac index a31f24e..e2ce123 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.60) AC_INIT([mate-media], - [1.28.0], + [1.28.1], [https://mate-desktop.org/]) AC_CONFIG_AUX_DIR([build-aux]) diff --git a/meson.build b/meson.build index 5c139df..b94d054 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('mate-media', 'c', - version : '1.28.0', + version : '1.28.1', default_options : ['warning_level=1'], meson_version : '>=0.50.0' ) |