aboutsummaryrefslogtreecommitdiffstats
path: root/configure.py
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-11-29 22:52:17 +0000
committerlloyd <[email protected]>2010-11-29 22:52:17 +0000
commit0e41e0e8d441ff907f092c718db650cda06e2e1a (patch)
tree8c0df20500bdf601d4378a6000923501a48ad1f3 /configure.py
parent5d4621b745ac529c7df6c4d91e4d2b68bd0325e4 (diff)
parent65ab36776317f73ddf0f2d3bd6c1c7e35608962f (diff)
propagate from branch 'net.randombit.botan' (head fc8daa606ab7954eab48778d7236986747b719e4)
to branch 'net.randombit.botan.c++0x' (head 2bf71b0a2e0e468d7eb3631e4ca284234f554729)
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.py b/configure.py
index 0bd2a3b9a..d34f26277 100755
--- a/configure.py
+++ b/configure.py
@@ -45,9 +45,9 @@ class BuildConfigurationInformation(object):
version_minor = 9
version_patch = 11
version_so_patch = 11
- version_suffix = '-dev'
+ version_suffix = ''
- version_datestamp = None
+ version_datestamp = 20101129
version_string = '%d.%d.%d%s' % (
version_major, version_minor, version_patch, version_suffix)