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/utils | |
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/utils')
-rw-r--r-- | src/utils/dyn_load/info.txt | 2 | ||||
-rw-r--r-- | src/utils/http_get/info.txt | 2 | ||||
-rw-r--r-- | src/utils/info.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/utils/dyn_load/info.txt b/src/utils/dyn_load/info.txt index 6d74acb86..c8d91dd75 100644 --- a/src/utils/dyn_load/info.txt +++ b/src/utils/dyn_load/info.txt @@ -1,4 +1,4 @@ -define DYNAMIC_LOADER +define DYNAMIC_LOADER 20131128 <os> freebsd diff --git a/src/utils/http_get/info.txt b/src/utils/http_get/info.txt index ab36a6b95..f4c9c2944 100644 --- a/src/utils/http_get/info.txt +++ b/src/utils/http_get/info.txt @@ -1,3 +1,3 @@ -define HTTP_GET +define HTTP_GET 20131128 load_on auto diff --git a/src/utils/info.txt b/src/utils/info.txt index 363838062..33f38386d 100644 --- a/src/utils/info.txt +++ b/src/utils/info.txt @@ -1,4 +1,4 @@ -define UTIL_FUNCTIONS +define UTIL_FUNCTIONS 20131128 load_on always |