aboutsummaryrefslogtreecommitdiffstats
path: root/botan_version.py
diff options
context:
space:
mode:
authorlloyd <[email protected]>2013-03-04 21:29:17 +0000
committerlloyd <[email protected]>2013-03-04 21:29:17 +0000
commitadce60ae4e4fa0b36bd032e2afe77094f5897161 (patch)
treecaa0c4f575fad9784a11e390f1d572c1404806d0 /botan_version.py
parent404c6f0cc0fa42ff835b8b082478b1c43044c1af (diff)
Set the release type (unreleased, released, snapshot) in
botan_version.py via the release script, and propagate it to version.cpp via build.h
Diffstat (limited to 'botan_version.py')
-rw-r--r--botan_version.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/botan_version.py b/botan_version.py
index 1710443f8..25b4d57b8 100644
--- a/botan_version.py
+++ b/botan_version.py
@@ -7,3 +7,4 @@ release_so_abi_rev = 0
# These are set by the distribution script
release_vc_rev = None
release_datestamp = 0
+release_type = 'unreleased'