diff options
author | Simon Josefsson <simon@josefsson.org> | 2010-09-25 13:21:05 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2010-09-25 13:21:05 +0200 |
commit | 0cdb59f32f20e3a92ddf8f5f464eaac7758e4d2c (patch) | |
tree | 15e6f3227b2c43259018e4d5a8770123db5b86f1 /lib | |
parent | 38df7f5a0c8ecdd9019987587dd3aa5513564591 (diff) | |
download | libtasn1-0cdb59f32f20e3a92ddf8f5f464eaac7758e4d2c.tar.gz libtasn1-0cdb59f32f20e3a92ddf8f5f464eaac7758e4d2c.tar.bz2 libtasn1-0cdb59f32f20e3a92ddf8f5f464eaac7758e4d2c.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 f7d705f..493601f 100644 --- a/lib/libtasn1.h +++ b/lib/libtasn1.h @@ -45,7 +45,7 @@ extern "C" { #endif -#define ASN1_VERSION "2.8" +#define ASN1_VERSION "2.9" typedef int asn1_retCode; /* type returned by libtasn1 functions */ |