summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-02-10 02:10:48 +0100
committerraveit65 <[email protected]>2020-02-10 02:10:48 +0100
commiteb544dba07f8565d970796fe350de93c35fd1f79 (patch)
treec674eead398c8242f0794b6b9c527419dd6b192f
parent79d333c7d5edab27422a05f153cdc202b17f8e50 (diff)
downloadmate-netbook-eb544dba07f8565d970796fe350de93c35fd1f79.tar.bz2
mate-netbook-eb544dba07f8565d970796fe350de93c35fd1f79.tar.xz
release 1.24.0v1.24.0
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d147d90..78b4800 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+### mate-netbook 1.24.0
+
+ * Translations update
+ * add MSGID_BUGS_ADDRESS url
+ * migrate from intltools to gettext
+
### mate-netbook 1.23.0
* Translations update
diff --git a/configure.ac b/configure.ac
index 92aefa9..5bedb2b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.53)
-AC_INIT(mate-netbook, 1.23.0, [])
+AC_INIT(mate-netbook, 1.24.0, [])
AM_INIT_AUTOMAKE([1.9 foreign tar-ustar no-dist-gzip dist-xz check-news])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_CONFIG_SRCDIR(maximus/main.c)