versioning

git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@155 59561ff5-6e30-0410-9f3c-9617f08c8826
This commit is contained in:
vlm 2004-08-19 13:35:01 +00:00
parent 9acbb12c2f
commit 7ce9add9f7
3 changed files with 6 additions and 5 deletions

View File

@ -1,7 +1,10 @@
0.9.1: 2004-Aug-12
0.9: 2004-Aug-19
* Reworked subtype constraints handling, aiming at PER-applicability.
* BOOLEAN and NULL are now implemented in terms of native int type.
* Compiler now links in only necessary skeleton files.
* -t option added to asn1c to ease BER manual decoding.
0.8.19: 2004-Aug-18

3
configure vendored
View File

@ -1881,7 +1881,7 @@ fi
# Define the identity of the package.
PACKAGE=asn1c
VERSION=0.9.1
VERSION=0.9
cat >>confdefs.h <<_ACEOF
@ -21409,7 +21409,6 @@ fi;
case "$GCC" in
yes)
CFLAGS="$CFLAGS -W"
CFLAGS="$CFLAGS -Wall"
CFLAGS="$CFLAGS -Wshadow"
CFLAGS="$CFLAGS -Wcast-qual"

View File

@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT(libasn1parser/asn1p_y.y)
AC_CANONICAL_SYSTEM
AC_PREREQ(2.53)
AM_INIT_AUTOMAKE(asn1c, 0.9.1)
AM_INIT_AUTOMAKE(asn1c, 0.9)
AC_SUBST(PATH)
@ -53,7 +53,6 @@ AC_SUBST(ADD_CFLAGS)
dnl Add these flags if we're using GCC.
case "$GCC" in
yes)
CFLAGS="$CFLAGS -W"
CFLAGS="$CFLAGS -Wall"
CFLAGS="$CFLAGS -Wshadow"
CFLAGS="$CFLAGS -Wcast-qual"