diff options
author | lloyd <[email protected]> | 2013-11-28 17:14:25 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-11-28 17:14:25 +0000 |
commit | c6b01f12d2bb7f9d781cbb65c717b9d0ef0efa61 (patch) | |
tree | 9fbd9ca3750d8e53d3f264619a7d099a7f481f6a /src/math | |
parent | 1250f37fdf54d9380b7de0446c5e648842978494 (diff) |
Give everything setting a feature test macro in build.h a version code
so application code can check for the specific API it expects without
having to keep track of what versions APIs x,y,z changed. Arbitrarily
set all current API versions to 20131128.
Diffstat (limited to 'src/math')
-rw-r--r-- | src/math/bigint/info.txt | 2 | ||||
-rw-r--r-- | src/math/ec_gfp/info.txt | 2 | ||||
-rw-r--r-- | src/math/mp/info.txt | 2 | ||||
-rw-r--r-- | src/math/numbertheory/info.txt | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/math/bigint/info.txt b/src/math/bigint/info.txt index 6057c708e..b5dabb7bc 100644 --- a/src/math/bigint/info.txt +++ b/src/math/bigint/info.txt @@ -1,6 +1,6 @@ load_on auto -define BIGINT +define BIGINT 20131128 <header:public> bigint.h diff --git a/src/math/ec_gfp/info.txt b/src/math/ec_gfp/info.txt index e6ee1d6bf..1772302a8 100644 --- a/src/math/ec_gfp/info.txt +++ b/src/math/ec_gfp/info.txt @@ -1,4 +1,4 @@ -define EC_CURVE_GFP +define EC_CURVE_GFP 20131128 load_on auto diff --git a/src/math/mp/info.txt b/src/math/mp/info.txt index 8dcaa7481..a47475f7b 100644 --- a/src/math/mp/info.txt +++ b/src/math/mp/info.txt @@ -1,4 +1,4 @@ -define BIGINT_MP +define BIGINT_MP 20131128 <source> mp_asm.cpp diff --git a/src/math/numbertheory/info.txt b/src/math/numbertheory/info.txt index 0c6a9aefc..62386c3bc 100644 --- a/src/math/numbertheory/info.txt +++ b/src/math/numbertheory/info.txt @@ -1,4 +1,4 @@ -define BIGINT_MATH +define BIGINT_MATH 20131128 load_on auto |