diff --git a/NEWS b/NEWS index 7792b51..5c6fc9a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +GNOME Logs 3.28.4 +================= + +* fix build error in meson build system + GNOME Logs 3.28.3 ================= diff --git a/configure.ac b/configure.ac index 603cdc3..705d537 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([Logs], - [3.28.3], + [3.28.4], [davidk@gnome.org], [gnome-logs], [https://wiki.gnome.org/Apps/Logs]) diff --git a/meson.build b/meson.build index 079de52..2ee701d 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gnome-logs', 'c', version : '3.28.3') +project('gnome-logs', 'c', version : '3.28.4') gl_name = meson.project_name() gl_version = meson.project_version()