ipalib.version: Add VENDOR_VERSION

This will allow us to make vendors' lives easier by embedding a
vendor tag to installation logs.

Part of the work for: https://fedorahosted.org/freeipa/ticket/4219

Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
Petr Viktorin
2014-05-27 12:08:54 +02:00
parent 8cde6f0d6e
commit 7f465e693c
3 changed files with 12 additions and 2 deletions
+3
View File
@@ -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.