diff options
Diffstat (limited to 'src/codec')
-rw-r--r-- | src/codec/base64/info.txt | 2 | ||||
-rw-r--r-- | src/codec/hex/info.txt | 2 | ||||
-rw-r--r-- | src/codec/openpgp/info.txt | 2 | ||||
-rw-r--r-- | src/codec/pem/info.txt | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/codec/base64/info.txt b/src/codec/base64/info.txt index aed5db3b6..cacae6b0c 100644 --- a/src/codec/base64/info.txt +++ b/src/codec/base64/info.txt @@ -1 +1 @@ -define BASE64_CODEC +define BASE64_CODEC 20131128 diff --git a/src/codec/hex/info.txt b/src/codec/hex/info.txt index c9eb8fb73..ead5beffd 100644 --- a/src/codec/hex/info.txt +++ b/src/codec/hex/info.txt @@ -1 +1 @@ -define HEX_CODEC +define HEX_CODEC 20131128 diff --git a/src/codec/openpgp/info.txt b/src/codec/openpgp/info.txt index af7d3738c..72467ee72 100644 --- a/src/codec/openpgp/info.txt +++ b/src/codec/openpgp/info.txt @@ -1,4 +1,4 @@ -define OPENPGP_CODEC +define OPENPGP_CODEC 20131128 load_on auto diff --git a/src/codec/pem/info.txt b/src/codec/pem/info.txt index 6f9635d10..74b90eef4 100644 --- a/src/codec/pem/info.txt +++ b/src/codec/pem/info.txt @@ -1,4 +1,4 @@ -define PEM_CODEC +define PEM_CODEC 20131128 <requires> base64 |