diff options
author | Simon Josefsson <simon@josefsson.org> | 2010-04-20 09:00:31 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2010-04-20 09:00:31 +0200 |
commit | 0fad6f05775d24aeded79e91a87b76ecd6383043 (patch) | |
tree | fd43bd3dd42aa4ec4d67e1ddb49d9e40abbc12aa /lib/libtasn1.h | |
parent | 9fa55f6e72ed542e3a801ea1335cde59a6c64ecb (diff) | |
download | libtasn1-0fad6f05775d24aeded79e91a87b76ecd6383043.tar.gz |
Bump version.
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 fd3a139..f295a22 100644 --- a/lib/libtasn1.h +++ b/lib/libtasn1.h @@ -45,7 +45,7 @@ extern "C" { #endif -#define ASN1_VERSION "2.6" +#define ASN1_VERSION "2.7" typedef int asn1_retCode; /* type returned by libtasn1 functions */ |