version bump-up


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@213 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/configure b/configure
index 5519f21..290e0ec 100755
--- a/configure
+++ b/configure
@@ -1881,7 +1881,7 @@
 
 # Define the identity of the package.
  PACKAGE=asn1c
- VERSION=0.9.1
+ VERSION=0.9.2
 
 
 cat >>confdefs.h <<_ACEOF
@@ -21394,15 +21394,13 @@
 
 case "$host_os" in
 cygwin*)
-	CFLAGS="$CFLAGS -DWIN32"
-	case "$target" in
+		case "$target" in
 	*mingw*)
 		CC="$CC -mno-cygwin"
 	esac
 	;;
 mingw* | p32*)
-	CFLAGS="$CFLAGS -DWIN32"
-	;;
+		;;
 esac
 
 # Check whether --enable-autoconf or --disable-autoconf was given.