diff options
author | raveit65 <[email protected]> | 2024-02-20 03:53:35 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2024-02-20 03:53:35 +0100 |
commit | 83bfe000665264babf7fae71c6cb043e38bbe7c4 (patch) | |
tree | 56dd35d76ddd3cb9d12354c851208cabfbc30d7c | |
parent | 5f592c173c65c7a3f4b68e2c760c5a534166236a (diff) | |
download | mate-power-manager-83bfe000665264babf7fae71c6cb043e38bbe7c4.tar.bz2 mate-power-manager-83bfe000665264babf7fae71c6cb043e38bbe7c4.tar.xz |
Revert "release 1.28.0"
This reverts commit 2375b244f98fc176036645adf7cb7e3992971b4ao
Broken translations!
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | meson.build | 2 |
3 files changed, 3 insertions, 14 deletions
@@ -1,17 +1,6 @@ -### mate-power-manager 1.28.0 - - * Translations update - * Remove compilation warning fix data type format error - * Add meson build support - * build.yml: Fix ci debian build failed - * replace deprecated gtk_image_menu_item_new_from_stock - * replace deprecated gtk_image_menu_item - * inhibit: mark applet incompatable with wayland - * Brightness: mark incompatable with wayland - ### mate-power-manager 1.27.0 - * Translations update + * tx: sync with transifex * tx: update resource * tx: migrate config file * Fix -Wmissing-prototypes warnings (#381) diff --git a/configure.ac b/configure.ac index d1272d9..a018ce1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.63) -AC_INIT([mate-power-manager], [1.28.0], [https://github.com/mate-desktop/mate-power-manager/pulls], +AC_INIT([mate-power-manager], [1.27.0], [https://github.com/mate-desktop/mate-power-manager/pulls], [mate-power-manager], [https://mate-desktop.org]) AC_CONFIG_SRCDIR(src) AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz check-news tar-ustar]) diff --git a/meson.build b/meson.build index b110c8a..4ea6e3d 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('mate-power-manager', 'c', - version : '1.28.0', + version : '1.27.0', default_options : ['warning_level=1'], meson_version : '>=0.50.0' ) |