summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS13
-rw-r--r--meson.build2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d2d5c0eb..e6f6e431 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+0.38.3
+======
+
+Autotools:
+ - Dist meson build files
+
+Data:
+ - Remove useless Comment: from rygel.desktop
+
+All contributors to this release:
+ - Philip Withnall <philip@tecnocode.co.uk>
+ - Jens Georg <mail@jensge.org>
+
0.38.2
======
diff --git a/meson.build b/meson.build
index 73e1dabb..0e1d9f8e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('rygel', 'vala', 'c', version : '0.38.2')
+project('rygel', 'vala', 'c', version : '0.38.3')
vala = meson.get_compiler('vala')
# Check for the required vala version