diff --git a/configure b/configure index 3d28c120363d559e7fc8618a82da423ff85f7408..e56e56a86fae9b556c9d3d77be3eecb083d6aa45 100755 --- a/configure +++ b/configure @@ -1881,7 +1881,7 @@ fi # Define the identity of the package. PACKAGE=asn1c - VERSION=0.9.20 + VERSION=0.9.21 cat >>confdefs.h <<_ACEOF diff --git a/configure.in b/configure.in index ce89ae8035625ac14f5be6ebbc15aabc419b8cb6..a8f5a6b3e3dc589aace00ecbbe5142f47473e61b 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.20) +AM_INIT_AUTOMAKE(asn1c, 0.9.21) AM_MAINTAINER_MODE