versioning


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@155 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/ChangeLog b/ChangeLog
index 1b9dec4..5a6116c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
 
diff --git a/configure b/configure
index c487bd5..3b3c823 100755
--- a/configure
+++ b/configure
@@ -1881,7 +1881,7 @@
 
 # Define the identity of the package.
  PACKAGE=asn1c
- VERSION=0.9.1
+ VERSION=0.9
 
 
 cat >>confdefs.h <<_ACEOF
@@ -21409,7 +21409,6 @@
 
 case "$GCC" in
  yes)
-   CFLAGS="$CFLAGS -W"
    CFLAGS="$CFLAGS -Wall"
    CFLAGS="$CFLAGS -Wshadow"
    CFLAGS="$CFLAGS -Wcast-qual"
diff --git a/configure.in b/configure.in
index df8d6d8..9f74993 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@
 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 @@
 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"