summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-06-20 15:29:17 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-06-20 15:29:17 +0200
commit9d8263225b82469c6c1209e1f448d0f021544628 (patch)
treec65ea2d7906343324832ed201ddb9b171d5d499b /lib
parentd9751e077f02ed4718c5e274ef384a1f72250b34 (diff)
downloadlibtasn1-9d8263225b82469c6c1209e1f448d0f021544628.tar.gz
bumped version
Diffstat (limited to 'lib')
-rw-r--r--lib/libtasn1.h2
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__)