From 7f465e693cd7fceefb284a0b3831504fd2ddbeb4 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Thu, 13 Mar 2014 14:39:03 +0100 Subject: 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 --- ipapython/version.py.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ipapython') 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. -- cgit