version


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@69 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/asn1c/tests/Makefile.in b/asn1c/tests/Makefile.in
index fe884ca..6f26e1a 100644
--- a/asn1c/tests/Makefile.in
+++ b/asn1c/tests/Makefile.in
@@ -156,7 +156,7 @@
 target_cpu = @target_cpu@
 target_os = @target_os@
 target_vendor = @target_vendor@
-check_SCRIPTS = ./check-assembly.sh
+check_SCRIPTS = check-assembly.sh
 TESTS_ENVIRONMENT = ./check-assembly.sh
 TESTS = check-*.c
 EXTRA_DIST = ${check_SCRIPTS} check-*.c
diff --git a/configure b/configure
index a8c1abc..19ecc56 100755
--- a/configure
+++ b/configure
@@ -1881,7 +1881,7 @@
 
 # Define the identity of the package.
  PACKAGE=asn1c
- VERSION=0.8.15
+ VERSION=0.8.16
 
 
 cat >>confdefs.h <<_ACEOF
diff --git a/configure.in b/configure.in
index 359e31f..176d669 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.8.15)
+AM_INIT_AUTOMAKE(asn1c, 0.8.16)
 
 AC_SUBST(PATH)
 
diff --git a/libasn1parser/Makefile.in b/libasn1parser/Makefile.in
index f405e60..77a02d4 100644
--- a/libasn1parser/Makefile.in
+++ b/libasn1parser/Makefile.in
@@ -544,8 +544,8 @@
 maintainer-clean-generic:
 	@echo "This command is intended for maintainers to use"
 	@echo "it deletes files that may require special tools to rebuild."
-	-rm -f asn1p_y.h
 	-rm -f asn1p_l.c
+	-rm -f asn1p_y.h
 	-rm -f asn1p_y.c
 clean: clean-am