From 54af01c92de5bfaf1e16f225901093e24ea86a47 Mon Sep 17 00:00:00 2001 From: vlm Date: Mon, 17 Jan 2005 15:27:47 +0000 Subject: [PATCH] new version git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@606 59561ff5-6e30-0410-9f3c-9617f08c8826 --- ChangeLog | 5 ++++- configure | 2 +- configure.in | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 53200f4b..b8f3c13f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,8 @@ +0.9.9: 2005-Jan-17 + + * Initial XER (XML) decoding implementation. + 0.9.8: 2005-Jan-17 * [NEW PLATFORM] Compiled and tested on Linux @ alpha64 (LP64). @@ -8,7 +12,6 @@ other floating point exceptions quietly. Smooth transition! * [NEW PLATFORM] Compiled and tested on Sun Solaris 9 @ sparc. Improved includes/defines of/for system headers. - * Initial XER (XML) decoding implementation. * -X command line option added to asn1c to generate XML DTD. * Empty SEQUENCE and SET clauses are now allowed. * Removed confusion between &xNN; and &#xNN; in enber and unber. diff --git a/configure b/configure index 75013376..fdec66f8 100755 --- a/configure +++ b/configure @@ -1881,7 +1881,7 @@ fi # Define the identity of the package. PACKAGE=asn1c - VERSION=0.9.8 + VERSION=0.9.9 cat >>confdefs.h <<_ACEOF diff --git a/configure.in b/configure.in index ce67231d..150ff12c 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ AC_INIT(libasn1parser/asn1p_y.y) AC_CANONICAL_BUILD AC_CANONICAL_TARGET AC_PREREQ(2.53) -AM_INIT_AUTOMAKE(asn1c, 0.9.8) +AM_INIT_AUTOMAKE(asn1c, 0.9.9) AM_MAINTAINER_MODE