diff options
author | raveit65 <[email protected]> | 2023-05-10 12:51:48 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-05-10 12:51:48 +0200 |
commit | aa10a51f5c33b2ddbb7dc29c5f7277abad200967 (patch) | |
tree | 0e374fa653d6e84ce7c9dda715df60c7ccb80960 | |
parent | 2e7a7be8f63f4b3b476d09342b15013deff9901b (diff) | |
download | mate-terminal-aa10a51f5c33b2ddbb7dc29c5f7277abad200967.tar.bz2 mate-terminal-aa10a51f5c33b2ddbb7dc29c5f7277abad200967.tar.xz |
release 1.26.1v1.26.1
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | meson.build | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ +### mate-terminal 1.26.1 + + * Translations update + * meson build: drop desktop-file/appdata-file argument + * Add GTK Style Class to context menu + ### mate-terminal 1.26.0 * Translations update diff --git a/configure.ac b/configure.ac index dbc5489..0dbb98e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ m4_define(mt_major_version, 1) m4_define(mt_minor_version, 26) -m4_define(mt_micro_version, 0) +m4_define(mt_micro_version, 1) m4_define(mt_version, mt_major_version.mt_minor_version.mt_micro_version) m4_define(mt_api_version, 0) diff --git a/meson.build b/meson.build index a71dc01..076305e 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'mate-terminal', 'c', - version: '1.26.0', + version: '1.26.1', meson_version: '>=0.47.0', license: 'GPL2', default_options : [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11'], |