diff options
author | raveit65 <[email protected]> | 2021-08-07 00:09:45 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-08-07 00:09:45 +0200 |
commit | 1c6c9fc80ab2117b2dba4350e33b0eaa0d5f9f51 (patch) | |
tree | 432a540ba4b0e2bae265d572b4f969131e5109f2 /meson.build | |
parent | 49aed95a798deb938ed3234037882363145ae895 (diff) | |
download | mate-desktop-1c6c9fc80ab2117b2dba4350e33b0eaa0d5f9f51.tar.bz2 mate-desktop-1c6c9fc80ab2117b2dba4350e33b0eaa0d5f9f51.tar.xz |
fix meson version
closes https://github.com/mate-desktop/mate-desktop/issues/475
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
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' ], ) |