diff --git a/configure b/configure index fdec66f8f9d433252e5a5a9537bc2e7bcc2564e9..004d845664c247696a1a966a5178e5cb5d75efe4 100755 --- a/configure +++ b/configure @@ -1881,7 +1881,7 @@ fi # Define the identity of the package. PACKAGE=asn1c - VERSION=0.9.9 + VERSION=0.9.10 cat >>confdefs.h <<_ACEOF diff --git a/configure.in b/configure.in index 150ff12c764f4b05b16cd059e3ae7cc536e5f920..73c2865664a860aa2e077dce8df795c8bbfca1a0 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.9) +AM_INIT_AUTOMAKE(asn1c, 0.9.10) AM_MAINTAINER_MODE