aboutsummaryrefslogtreecommitdiffstats
path: root/src/checksum
diff options
context:
space:
mode:
authorlloyd <[email protected]>2013-11-28 17:14:25 +0000
committerlloyd <[email protected]>2013-11-28 17:14:25 +0000
commitc6b01f12d2bb7f9d781cbb65c717b9d0ef0efa61 (patch)
tree9fbd9ca3750d8e53d3f264619a7d099a7f481f6a /src/checksum
parent1250f37fdf54d9380b7de0446c5e648842978494 (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/checksum')
-rw-r--r--src/checksum/adler32/info.txt2
-rw-r--r--src/checksum/crc24/info.txt2
-rw-r--r--src/checksum/crc32/info.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/checksum/adler32/info.txt b/src/checksum/adler32/info.txt
index a25c792d3..6744fbee4 100644
--- a/src/checksum/adler32/info.txt
+++ b/src/checksum/adler32/info.txt
@@ -1,4 +1,4 @@
-define ADLER32
+define ADLER32 20131128
<requires>
hash
diff --git a/src/checksum/crc24/info.txt b/src/checksum/crc24/info.txt
index 2c2dbc782..f3762c66f 100644
--- a/src/checksum/crc24/info.txt
+++ b/src/checksum/crc24/info.txt
@@ -1,4 +1,4 @@
-define CRC24
+define CRC24 20131128
<requires>
hash
diff --git a/src/checksum/crc32/info.txt b/src/checksum/crc32/info.txt
index 590092ede..c7275ab43 100644
--- a/src/checksum/crc32/info.txt
+++ b/src/checksum/crc32/info.txt
@@ -1,4 +1,4 @@
-define CRC32
+define CRC32 20131128
<requires>
hash