diff options
author | Simon Josefsson <simon@josefsson.org> | 2012-05-31 16:59:41 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2012-05-31 16:59:56 +0200 |
commit | e18e3aab30d4582d7c34be2c5c86f0e14cfdacaf (patch) | |
tree | ec4c4b26e5f90b256cec657e52e9b5f9a57247e1 /lib/libtasn1.h | |
parent | ca4f4b07cfab14e3528d5bcea0c9d873569ef989 (diff) | |
download | libtasn1-e18e3aab30d4582d7c34be2c5c86f0e14cfdacaf.tar.gz libtasn1-e18e3aab30d4582d7c34be2c5c86f0e14cfdacaf.tar.bz2 libtasn1-e18e3aab30d4582d7c34be2c5c86f0e14cfdacaf.zip |
Bump versions.
Diffstat (limited to 'lib/libtasn1.h')
-rw-r--r-- | lib/libtasn1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libtasn1.h b/lib/libtasn1.h index ceb220c..063b1d6 100644 --- a/lib/libtasn1.h +++ b/lib/libtasn1.h @@ -44,7 +44,7 @@ extern "C" { #endif -#define ASN1_VERSION "2.12" +#define ASN1_VERSION "2.13" typedef int asn1_retCode; /* type returned by libtasn1 functions */ |