summaryrefslogtreecommitdiffstats
path: root/ipapython/version.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'ipapython/version.py.in')
-rw-r--r--ipapython/version.py.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/ipapython/version.py.in b/ipapython/version.py.in
index 04cf5f81f..74ee3b31a 100644
--- a/ipapython/version.py.in
+++ b/ipapython/version.py.in
@@ -20,6 +20,9 @@
# The full version including strings
VERSION="__VERSION__"
+# A fuller version including the vendor tag (e.g. 3.3.3-34.fc20)
+VENDOR_VERSION="__VENDOR_VERSION__"
+
# Just the numeric portion of the version so one can do direct numeric
# comparisons to see if the API is compatible.