summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2022-05-18 02:35:17 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2022-06-07 03:18:38 +0200
commit532608248e6287cd6e577cb427e6060470834295 (patch)
tree7f7b36447691ca2d55ec055bf9c28b231b21d844
parentadb3e0c7bf10f82541521d9ab617e42a44128c91 (diff)
downloadlibnotify-532608248e6287cd6e577cb427e6060470834295.tar.gz
build: Pre-release bump to 0.8.0
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index a597da9..05a5385 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('libnotify',
'c',
- version: '0.7.12',
+ version: '0.8.0',
meson_version: '>= 0.47.0')
gnome = import('gnome')