summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
3 files changed, 9 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 19ad403..969e179 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+GNOME Logs 3.31.2
+=================
+
+* updated app icon from Jakub Steiner
+* retire app menu
+* updates to Swedish, Czech, Slovenian and Malayalam translations
+
GNOME Logs 3.30.0
=================
diff --git a/configure.ac b/configure.ac
index 3edea73..9522f56 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([Logs],
- [3.30.0],
+ [3.31.2],
[davidk@gnome.org],
[gnome-logs],
[https://wiki.gnome.org/Apps/Logs])
diff --git a/meson.build b/meson.build
index ddf4086..54b4277 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gnome-logs', 'c', version : '3.30.0')
+project('gnome-logs', 'c', version : '3.31.2')
gl_name = meson.project_name()
gl_version = meson.project_version()