summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-09-15 20:42:24 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-09-15 20:43:22 +0200
commit1e108d973d0898be8fd4cab147560fab16e89c10 (patch)
treecf3663944eb7dda3c97278839e578983491cc202 /lib
parent40729ea27950d7324d407ee87e1e80e842996d4c (diff)
downloadlibtasn1-1e108d973d0898be8fd4cab147560fab16e89c10.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 190443c..ca21a0c 100644
--- a/lib/libtasn1.h
+++ b/lib/libtasn1.h
@@ -44,7 +44,7 @@ extern "C"
{
#endif
-#define ASN1_VERSION "4.1"
+#define ASN1_VERSION "4.2"
#if defined(__GNUC__) && !defined(ASN1_INTERNAL_BUILD)
# define _ASN1_GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__)