[libgxps] meson: fix apiversion to 0.1
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgxps] meson: fix apiversion to 0.1
- Date: Fri, 30 Jun 2017 15:56:14 +0000 (UTC)
commit c3ada8f6766ca71de4f3c17a0167a0b6b73c9866
Author: Ignacio Casal Quinteiro <qignacio amazon com>
Date: Tue Jun 27 08:48:12 2017 +0200
meson: fix apiversion to 0.1
This way the gir is generated with the right version
https://bugzilla.gnome.org/show_bug.cgi?id=783642
meson.build | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meson.build b/meson.build
index 9a35c39..50c7083 100644
--- a/meson.build
+++ b/meson.build
@@ -12,7 +12,7 @@ gxps_major_version = version_array[0].to_int()
gxps_minor_version = version_array[1].to_int()
gxps_micro_version = version_array[2].to_int()
-apiversion = '1.0'
+apiversion = '0.1'
# Libtool versioning.
# Before making a release, the libtool version should be modified.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]