aboutsummaryrefslogtreecommitdiffstats
path: root/configure.py
diff options
context:
space:
mode:
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py
index 134e6c513..628a9ecc7 100755
--- a/configure.py
+++ b/configure.py
@@ -65,7 +65,7 @@ class BuildConfigurationInformation(object):
version_datestamp = botan_version.release_datestamp
- version_vc_rev = get_vc_revision()
+ version_vc_rev = botan_version.release_vc_rev or get_vc_revision()
version_string = '%d.%d.%d' % (version_major, version_minor, version_patch)
"""