diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-06-20 15:29:17 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-06-20 15:29:17 +0200 |
commit | 9d8263225b82469c6c1209e1f448d0f021544628 (patch) | |
tree | c65ea2d7906343324832ed201ddb9b171d5d499b | |
parent | d9751e077f02ed4718c5e274ef384a1f72250b34 (diff) | |
download | libtasn1-9d8263225b82469c6c1209e1f448d0f021544628.tar.gz libtasn1-9d8263225b82469c6c1209e1f448d0f021544628.tar.bz2 libtasn1-9d8263225b82469c6c1209e1f448d0f021544628.zip |
bumped version
-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 1e90b73..8f7ff0b 100644 --- a/lib/libtasn1.h +++ b/lib/libtasn1.h @@ -44,7 +44,7 @@ extern "C" { #endif -#define ASN1_VERSION "3.6" +#define ASN1_VERSION "4.0" #if defined(__GNUC__) && !defined(ASN1_INTERNAL_BUILD) # define _ASN1_GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) |