diff options
author | Simon Josefsson <simon@josefsson.org> | 2010-01-11 11:10:23 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2010-01-11 11:10:23 +0100 |
commit | 388c086d1052b4b87600d1ade5b62bc6b3279faf (patch) | |
tree | 7d3698a61304e052db104e584ea69d29f9ce5716 /lib | |
parent | 98a4f104b78b05ad2dc1b080b0ee102c401f1ec7 (diff) | |
download | libtasn1-388c086d1052b4b87600d1ade5b62bc6b3279faf.tar.gz libtasn1-388c086d1052b4b87600d1ade5b62bc6b3279faf.tar.bz2 libtasn1-388c086d1052b4b87600d1ade5b62bc6b3279faf.zip |
Bump version.
Diffstat (limited to 'lib')
-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 cc330c4..35f5ebd 100644 --- a/lib/libtasn1.h +++ b/lib/libtasn1.h @@ -45,7 +45,7 @@ extern "C" { #endif -#define ASN1_VERSION "2.3" +#define ASN1_VERSION "2.4" typedef int asn1_retCode; /* type returned by libtasn1 functions */ |