summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2021-08-07 00:09:45 +0200
committerraveit65 <[email protected]>2021-08-07 00:09:45 +0200
commit1c6c9fc80ab2117b2dba4350e33b0eaa0d5f9f51 (patch)
tree432a540ba4b0e2bae265d572b4f969131e5109f2
parent49aed95a798deb938ed3234037882363145ae895 (diff)
downloadmate-desktop-1c6c9fc80ab2117b2dba4350e33b0eaa0d5f9f51.tar.bz2
mate-desktop-1c6c9fc80ab2117b2dba4350e33b0eaa0d5f9f51.tar.xz
fix meson version
closes https://github.com/mate-desktop/mate-desktop/issues/475
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 9328f10..229607f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'mate-desktop',
'c',
- version: '1.25.0',
+ version: '1.26.0',
license: [ 'GPL-2', 'FDL-1.1', 'LGPL-2' ],
)