summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-07-04 10:00:05 +0200
committerraveit65 <[email protected]>2019-07-04 10:00:05 +0200
commit75d6749beffe76394c700ee7dddc20c87e12be08 (patch)
tree645f1b54be7016639096af81b03131d624211b84
parent248a770ac12fcc5bce2b8f1e6a7bb5ce719eb26b (diff)
downloadmate-notification-daemon-75d6749beffe76394c700ee7dddc20c87e12be08.tar.bz2
mate-notification-daemon-75d6749beffe76394c700ee7dddc20c87e12be08.tar.xz
update to 1.23.0v1.23.0
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6542145..3d50b59 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+### mate-notification-daemon 1.23.0
+
+ * Translations update
+ * Remove trailing whitespaces
+ * Change url project's website
+ * [ci] Add cppcheck html report
+ * [ci] Enable Clang Static Analyzer
+
### mate-notification-daemon 1.22.0
* Translations update
diff --git a/configure.ac b/configure.ac
index 95050c5..ef95213 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to create configure.
dnl ################################################################
dnl # Initialize autoconf
dnl ################################################################
-AC_INIT([mate-notification-daemon], [1.22.0], [https://mate-desktop.org])
+AC_INIT([mate-notification-daemon], [1.23.0], [https://mate-desktop.org])
AC_PREREQ(2.63)
AC_CONFIG_HEADERS([config.h])