Commit 2b4c0594 authored by Lev Walkin's avatar Lev Walkin

version bump-up

parent 4ce78cae
...@@ -1881,7 +1881,7 @@ fi ...@@ -1881,7 +1881,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE=asn1c PACKAGE=asn1c
VERSION=0.9.1 VERSION=0.9.2
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
...@@ -21394,15 +21394,13 @@ fi ...@@ -21394,15 +21394,13 @@ fi
case "$host_os" in case "$host_os" in
cygwin*) cygwin*)
CFLAGS="$CFLAGS -DWIN32" case "$target" in
case "$target" in
*mingw*) *mingw*)
CC="$CC -mno-cygwin" CC="$CC -mno-cygwin"
esac esac
;; ;;
mingw* | p32*) mingw* | p32*)
CFLAGS="$CFLAGS -DWIN32" ;;
;;
esac esac
# Check whether --enable-autoconf or --disable-autoconf was given. # Check whether --enable-autoconf or --disable-autoconf was given.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment