summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2022-07-17 14:59:13 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2022-07-17 15:00:39 +0200
commit650f2f123e75469b85d81fbca66e17b744a7714b (patch)
tree7a9129be6f90b99bab9a6c7f4f0d6ae64e92901f
parenta8374698c4d87698aeee414cf0b9d9f1ce961bd7 (diff)
downloadlibnotify-650f2f123e75469b85d81fbca66e17b744a7714b.tar.gz
Releasing version 0.8.10.8.1
Update NEWS.
-rw-r--r--NEWS8
-rw-r--r--meson.build2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1df7a96..87e2b2f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+New in 0.8.1
+============
+
+* Keep version of bindings at 0.7 (#27) [Marco]
+
+Contributors:
+ Marco Trevisan
+
New in 0.8.0
============
diff --git a/meson.build b/meson.build
index 3c56a44..9fef085 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('libnotify',
'c',
- version: '0.8.0',
+ version: '0.8.1',
meson_version: '>= 0.47.0')
gnome = import('gnome')