summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMathieu Bridon <bochecha@daitauha.fr>2018-09-14 09:01:03 +0200
committerMathieu Bridon <bochecha@daitauha.fr>2018-09-14 09:01:03 +0200
commitb21645edf40f4f7f39aab39c8f89d1b08c41735d (patch)
tree5dd5d1c64bd3f173d72f93209f183d5b7495829e /meson.build
parentee4f05f598ffac17523e04758db021ce36e70dbf (diff)
downloadgtk-doc-b21645edf40f4f7f39aab39c8f89d1b08c41735d.tar.gz
meson: Stop splitting the version into major, minor and macro
This is completely unused and therefore unnecessary. Fixes #56
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build6
1 files changed, 0 insertions, 6 deletions
diff --git a/meson.build b/meson.build
index c45a867..4b0fd75 100644
--- a/meson.build
+++ b/meson.build
@@ -7,13 +7,7 @@ project('gtk-doc', 'c',
gnome = import('gnome')
python = import('python3')
-# Versioning
version = meson.project_version()
-version_arr = version.split('.')
-version_major = version_arr[0].to_int()
-version_minor = version_arr[1].to_int()
-version_micro = version_arr[2].to_int()
-
package_name = meson.project_name()
# Paths