From 91ea06f3bcc51867b1806bff5cc1d8f7fd4c1e6b Mon Sep 17 00:00:00 2001 From: Fabio Fiorina Date: Tue, 20 Apr 2004 18:38:44 +0000 Subject: [PATCH] change INTEGR size management --- NEWS | 3 +++ configure.in | 2 +- lib/int.h | 2 +- lib/libtasn1.h | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 9a06d24..308627a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +Version 0.2.9 +- Accept negative numbers as range in INTEGER declarations + Version 0.2.8 - Add asn1_delete_element function diff --git a/configure.in b/configure.in index 93c0931..e8013c5 100644 --- a/configure.in +++ b/configure.in @@ -12,7 +12,7 @@ AC_DEFINE_UNQUOTED(T_OS, "$target_os", [OS name]) dnl libtasn1 Version ASN1_MAJOR_VERSION=0 ASN1_MINOR_VERSION=2 -ASN1_MICRO_VERSION=8 +ASN1_MICRO_VERSION=9 ASN1_VERSION=$ASN1_MAJOR_VERSION.$ASN1_MINOR_VERSION.$ASN1_MICRO_VERSION AC_DEFINE_UNQUOTED(ASN1_VERSION, "$ASN1_VERSION", [version of libtasn1]) diff --git a/lib/int.h b/lib/int.h index 4af32d3..98a3579 100644 --- a/lib/int.h +++ b/lib/int.h @@ -32,7 +32,7 @@ #include -#define LIBTASN1_VERSION "0.2.8" +#define LIBTASN1_VERSION "0.2.9" #define MAX32 4294967295 #define MAX24 16777215 diff --git a/lib/libtasn1.h b/lib/libtasn1.h index 02c1cfc..273fd08 100644 --- a/lib/libtasn1.h +++ b/lib/libtasn1.h @@ -28,7 +28,7 @@ extern "C" { #endif -#define LIBTASN1_VERSION "0.2.8" +#define LIBTASN1_VERSION "0.2.9" #include #include -- 2.7.4