summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-06-13 10:46:14 +0200
committerraveit65 <[email protected]>2019-06-13 10:46:14 +0200
commitf3a7cc35331b06c69a8c8c07da372cf73bbc5d13 (patch)
tree65dcc59e3ee89c0edd90d6ddded5aac3a6a37bd7
parent248b23eef7cb2a9862401c3c25c5414655812985 (diff)
downloadmate-desktop-f3a7cc35331b06c69a8c8c07da372cf73bbc5d13.tar.bz2
mate-desktop-f3a7cc35331b06c69a8c8c07da372cf73bbc5d13.tar.xz
pre-bump version
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
3 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index cdb95e3..591bca0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+### mate-desktop 1.23.1
+
### mate-desktop 1.23.0
* sync with transifex
diff --git a/configure.ac b/configure.ac
index 32500c4..f68e526 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define([mate_platform], [1])
m4_define([mate_minor], [23])
-m4_define([mate_micro], [0])
+m4_define([mate_micro], [1])
m4_define(mate_version, [mate_platform.mate_minor.mate_micro]),
diff --git a/meson.build b/meson.build
index 00da23c..dad5d07 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'mate-desktop',
'c',
- version: '1.23.0',
+ version: '1.23.1',
license: [ 'GPL-2', 'FDL-1.1', 'LGPL-2' ],
)