[evince] build: Fix conversion to match new version scheme
- From: Germán Poo-Caamaño <gpoo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince] build: Fix conversion to match new version scheme
- Date: Wed, 9 Jun 2021 04:17:55 +0000 (UTC)
commit 69383a62d594f3527585796aee7741c05e6d3c22
Author: Germán Poo-Caamaño <gpoo gnome org>
Date: Wed Jun 9 00:16:52 2021 -0400
build: Fix conversion to match new version scheme
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index ac8b9fb7..d8643f4a 100644
--- a/meson.build
+++ b/meson.build
@@ -11,7 +11,7 @@ ev_name = meson.project_name().to_lower()
ev_version = meson.project_version()
version_array = ev_version.split('.')
ev_major_version = version_array[0].to_int()
-ev_minor_version = version_array[1].to_int()
+ev_minor_version = version_array[1]
ev_prefix = get_option('prefix')
ev_bindir = join_paths(ev_prefix, get_option('bindir'))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]