aboutsummaryrefslogtreecommitdiffstats
path: root/botan_version.py
diff options
context:
space:
mode:
authorlloyd <[email protected]>2011-04-11 18:52:02 +0000
committerlloyd <[email protected]>2011-04-11 18:52:02 +0000
commit14fa61b489d059e7a7b10a205a4b0b498fac1695 (patch)
treec402278fe2002db68c37fda82f3b26719cfca934 /botan_version.py
parentc0dfc62301fc7c30262d8381bb731c39e948a75c (diff)
I think this fixes the soname stuff
Diffstat (limited to 'botan_version.py')
-rw-r--r--botan_version.py10
1 files changed, 4 insertions, 6 deletions
diff --git a/botan_version.py b/botan_version.py
index ff1b7c22b..0a87a1a89 100644
--- a/botan_version.py
+++ b/botan_version.py
@@ -1,8 +1,6 @@
-major = 1
-minor = 9
-patch = 16
+release_major = 1
+release_minor = 9
+release_patch = 16
-so_patch = 16
-release_suffix = '-dev'
-datestamp = 0
+release_datestamp = 20110411