[gexiv2] meson.build: Fix GExiv2 version missing from index.html
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gexiv2] meson.build: Fix GExiv2 version missing from index.html
- Date: Mon, 28 Jan 2019 15:54:39 +0000 (UTC)
commit 89596110e4ac1492d2752440bbab81bb2b9458b0
Author: Chris Mayo <aklhfex gmail com>
Date: Sun Jan 27 19:22:17 2019 +0000
meson.build: Fix GExiv2 version missing from index.html
docs/reference/xml/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/docs/reference/xml/meson.build b/docs/reference/xml/meson.build
index 673673f..4112eef 100644
--- a/docs/reference/xml/meson.build
+++ b/docs/reference/xml/meson.build
@@ -2,7 +2,7 @@ ent_conf = configuration_data()
ent_conf.set('PACKAGE', 'GExiv2')
ent_conf.set('PACKAGE_BUGREPORT', 'https://gitlab.gnome.org/GNOME/gexiv2/issues/new')
ent_conf.set('PACKAGE_NAME', 'gexiv2')
-ent_conf.set('PACKAGE_STRING', 'GExiv2')
+ent_conf.set('PACKAGE_STRING', 'GExiv2 ' + meson.project_version())
ent_conf.set('PACKAGE_TARNAME', 'gexiv2-' + meson.project_version())
ent_conf.set('PACKAGE_URL', 'https://wiki.gnome.org/Projects/gexiv2')
ent_conf.set('PACKAGE_VERSION', meson.project_version())
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]