Skip to content

Commit 58e2a6f

Browse files
committed
fix the version of the package and the required version for Coq
1 parent b1b4181 commit 58e2a6f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# will set several variables: (see AC_SUBST at the end of this file)
1111
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1212

13-
AC_INIT(coq-dpdgraph,0.6.3)
13+
AC_INIT(coq-dpdgraph,0.6.4)
1414
AC_MSG_NOTICE(AC_PACKAGE_NAME version AC_PACKAGE_VERSION)
1515

1616
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -184,8 +184,8 @@ COQVERSION=$($COQC -v | sed -n -e 's|.*version *\(.*\)$|\1|p' )
184184
AC_MSG_RESULT($COQVERSION)
185185

186186
case $COQVERSION in
187-
8.1[^0-9]*|8.2[0-9]*|8.3[0-9]*|8.4[0-9]*|8.5[0-9]*|8.6[0-9]*|8.7[0-9]*)
188-
AC_MSG_ERROR(AC_PACKAGE_NAME needs Coq version 8.8 or higher)
187+
8.[[1-8]][[^0-9]]*)
188+
AC_MSG_ERROR(AC_PACKAGE_NAME needs Coq version 8.9 or higher)
189189
;;
190190
esac
191191

0 commit comments

Comments
 (0)