diff options
author | Simon Josefsson <simon@josefsson.org> | 2010-03-15 14:47:13 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2010-03-15 14:47:13 +0100 |
commit | dade49b577338a039c440695cfdb973ee832e853 (patch) | |
tree | 972ada85d86a34e0feda66308151f7754beb8e00 /lib | |
parent | 7298243c2c8569bcead8add9c0dfd20fc6d99ccc (diff) | |
download | libtasn1-dade49b577338a039c440695cfdb973ee832e853.tar.gz libtasn1-dade49b577338a039c440695cfdb973ee832e853.tar.bz2 libtasn1-dade49b577338a039c440695cfdb973ee832e853.zip |
Bump versions.
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 fea5cea..22aa790 100644 --- a/lib/libtasn1.h +++ b/lib/libtasn1.h @@ -45,7 +45,7 @@ extern "C" { #endif -#define ASN1_VERSION "2.5" +#define ASN1_VERSION "2.6" typedef int asn1_retCode; /* type returned by libtasn1 functions */ |