summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-01-16 17:04:35 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-01-16 17:04:35 +0100
commit6ec2a27db5dfabb98777d036f095ca4748a96e50 (patch)
treeb0e0e51bd1af69e3f189719280a4e2bf13294e95
parent30f50fc36e2a5147f0338d1260d495f06e1fa5c8 (diff)
downloadlibtasn1-6ec2a27db5dfabb98777d036f095ca4748a96e50.tar.gz
bumped version
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--lib/libtasn1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libtasn1.h b/lib/libtasn1.h
index 9a41780..4ad01e7 100644
--- a/lib/libtasn1.h
+++ b/lib/libtasn1.h
@@ -44,7 +44,7 @@ extern "C"
{
#endif
-#define ASN1_VERSION "4.9"
+#define ASN1_VERSION "4.10"
#if defined(__GNUC__) && !defined(ASN1_INTERNAL_BUILD)
# define _ASN1_GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__)