summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2024-02-22 18:47:02 +0100
committerraveit65 <[email protected]>2024-02-22 18:47:02 +0100
commit33c9665957c1db0d48c6da0371bd3adbc54e2baa (patch)
treeee4cf2a4c2bd80739507fc1a99f5b74d640c6c3c
parent350fc09e34b55b10ccdf0d9e5b750596c196e82d (diff)
downloadmate-indicator-applet-master.tar.bz2
mate-indicator-applet-master.tar.xz
release 1.28.0HEADv1.28.0master
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index df4e904..76e64a7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
+### mate-indicator-applet 1.28.0
+
+ * Translations update
+ * fix warnings in Arabic and Tamil translations
+ * build warning: AC_OUTPUT should be used without arguments
+
### mate-indicator-applet 1.27.0
- * tx: sync with transifex
+ * Translations update
* tx: update resource
* tx: migrate config file
* ci: drop -Wunused-parameter compiler cflag from debian build
diff --git a/configure.ac b/configure.ac
index 5a50e56..cfabdd7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.53)
-AC_INIT([mate-indicator-applet], [1.27.0],[https://github.com/mate-desktop/mate-indicator-applet/issues])
+AC_INIT([mate-indicator-applet], [1.28.0],[https://github.com/mate-desktop/mate-indicator-applet/issues])
AC_CONFIG_SRCDIR(src/applet-main.c)
AM_CONFIG_HEADER(config.h)