summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Kang <jonathankang@gnome.org>2019-01-07 21:59:28 +0800
committerJonathan Kang <jonathankang@gnome.org>2019-01-07 21:59:28 +0800
commita7a49f5b86916d4e6bb9690a6583aa186fcb0179 (patch)
tree01f53df9e776b64aa4fe5950b351f73737bd0a12
parent123f09b79d3a14549d6afa6e6f7e29dc83e87c2f (diff)
downloadgnome-logs-a7a49f5b86916d4e6bb9690a6583aa186fcb0179.tar.gz
update NEWS for 3.31.4 releasegnome-logs-3.31.4
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
3 files changed, 11 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 692298b..b3b7be1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+GNOME Logs 3.31.4
+=================
+
+* updated DOAP file from Andre Klapper
+* code clean up
+* replacing *_get_type() with g_type_ensure()
+* fix app icon not showing in about dialog
+* updates to Greek, Friulian, Swedish and Turkish translations
+
GNOME Logs 3.31.3
=================
diff --git a/configure.ac b/configure.ac
index 76500f3..56f23f8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([Logs],
- [3.31.3],
+ [3.31.4],
[davidk@gnome.org],
[gnome-logs],
[https://wiki.gnome.org/Apps/Logs])
diff --git a/meson.build b/meson.build
index 979e43a..906362a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gnome-logs', 'c', version : '3.31.3')
+project('gnome-logs', 'c', version : '3.31.4')
gl_name = meson.project_name()
gl_version = meson.project_version()