summaryrefslogtreecommitdiff
path: root/dbus
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2016-02-19 12:47:33 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2016-02-19 12:47:33 +0000
commite443d3b5c60cf2f5fda17bcba47be3c8279b3140 (patch)
tree459c658150e1d6b3b63678bb8efed7f2f139fd31 /dbus
parent3df99bcbe3e80467f050484d83eca9ffae03e947 (diff)
Use AX_IS_RELEASE with the micro-version policy
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Diffstat (limited to 'dbus')
-rw-r--r--dbus/_version.py.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbus/_version.py.in b/dbus/_version.py.in
index 42c9dc7..6b2db64 100644
--- a/dbus/_version.py.in
+++ b/dbus/_version.py.in
@@ -1,3 +1,3 @@
# @configure_input@
-version = (@DBUS_PYTHON_MAJOR_VERSION@, @DBUS_PYTHON_MINOR_VERSION@, @DBUS_PYTHON_MICRO_VERSION@)
-__version__ = "@DBUS_PYTHON_MAJOR_VERSION@.@DBUS_PYTHON_MINOR_VERSION@.@DBUS_PYTHON_MICRO_VERSION@"
+__version__ = "@PACKAGE_VERSION@"
+version = map(int, __version__.split('.'))