diff options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meson.build b/meson.build index 102107a..3af64af 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'mate-terminal', 'c', - version: '1.25.0', + version: '1.28.1', meson_version: '>=0.47.0', license: 'GPL2', default_options : [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11'], @@ -177,7 +177,6 @@ desktop_file_configured = configure_file( ) desktop_file = i18n.merge_file( - 'desktop-file', input: desktop_file_configured, output: 'mate-terminal.desktop', type: 'desktop', @@ -209,7 +208,6 @@ appdata_file_configured = configure_file( ) appdata_file = i18n.merge_file( - 'appdata-file', input: appdata_file_configured, output: 'mate-terminal.appdata.xml', type: 'xml', |