summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Kang <jonathankang@gnome.org>2019-05-20 21:52:53 +0800
committerJonathan Kang <jonathankang@gnome.org>2019-05-20 21:52:53 +0800
commitad20f4ae21ec7767ddbf61e631ccc74abcb10be3 (patch)
tree055dbbcc1bfeea52aaba5f4860f24a36e0f390ef
parent9cbec9c12e076160b379b5c583c5e373c76719b8 (diff)
downloadgnome-logs-ad20f4ae21ec7767ddbf61e631ccc74abcb10be3.tar.gz
update NEWS for 3.33.2 release
-rw-r--r--NEWS6
-rw-r--r--meson.build2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 92ecbe5..343981b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+GNOME Logs 3.33.2
+=================
+
+* removing tests option in meson build system
+* update to Chinese (China) translation
+
GNOME Logs 3.33.1
=================
diff --git a/meson.build b/meson.build
index 0f504d2..c7801d5 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gnome-logs', 'c', version : '3.33.1')
+project('gnome-logs', 'c', version : '3.33.2')
gl_name = meson.project_name()
gl_version = meson.project_version()