diff options
author | Jack Lloyd <[email protected]> | 2017-09-19 20:44:29 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-09-19 20:45:20 -0400 |
commit | bf030cc24dc3636fa81195aa67cc38101d30e39f (patch) | |
tree | 8ebc440b239add20a7fbd9bc9139461970274431 /version.txt | |
parent | d52c9cc9402babca9ab04e04dae149fd2c9e8465 (diff) |
Rename botan_version.py to version.txt
Diffstat (limited to 'version.txt')
-rw-r--r-- | version.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/version.txt b/version.txt new file mode 100644 index 000000000..311560cac --- /dev/null +++ b/version.txt @@ -0,0 +1,10 @@ + +release_major = 2 +release_minor = 3 +release_patch = 0 +release_so_abi_rev = 2 + +# These are set by the distribution script +release_vc_rev = None +release_datestamp = 0 +release_type = 'unreleased' |