Bump version to 0.7.8

Update NEWS.
This commit is contained in:
Florian Müllner 2019-03-28 19:24:26 +01:00
parent f5a845dd00
commit 44f9222212
3 changed files with 12 additions and 2 deletions

10
NEWS
View File

@ -1,3 +1,13 @@
New in 0.7.8
============
* Support meson build system [Marco; !3]
* notify-send: Support full URLs as hint values [Marco; !4]
* Mic. bug fixes [Ting-Wei, Florian; #760438, !8]
Contributors:
Emmanuele Bassi, Abderrahim Kitouni, Ting-Wei Lan, Iain Lane, Florian Müllner,
Jan Tojnar, Marco Trevisan (Treviño), Marco Trevisan
New in 0.7.7
============

View File

@ -4,7 +4,7 @@ dnl ################################################################
dnl # Initialize autoconf
dnl ################################################################
AC_INIT([libnotify],
[0.7.7],
[0.7.8],
[https://gitlab.gnome.org/GNOME/libnotify/issues],
[libnotify])
AC_PREREQ([2.63])

View File

@ -1,6 +1,6 @@
project('libnotify',
'c',
version: '0.7.7',
version: '0.7.8',
meson_version: '>= 0.47.0')
gnome = import('gnome')