diff options
Diffstat (limited to 'ipapython/version.py.in')
-rw-r--r-- | ipapython/version.py.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ipapython/version.py.in b/ipapython/version.py.in index 041425b50..9cf8ddbe8 100644 --- a/ipapython/version.py.in +++ b/ipapython/version.py.in @@ -23,3 +23,6 @@ VERSION="__VERSION__" # Just the numeric portion of the version so one can do direct numeric # comparisons to see if the API is compatible. NUM_VERSION=__NUM_VERSION__ + +# The version of the API. +API_VERSION=u'__API_VERSION__' |