Skip to content

Commit

Permalink
update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
ybertot committed Jan 13, 2021
1 parent f12bf89 commit c89f763
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ You can:

#### Requirements

- The latest version runs with Coq 8.11
- The latest released version runs with Coq 8.13
- it has been tested with a version of Coq installed using opam and with
Ocaml version 4.09.0
- [ocamlgraph](http://ocamlgraph.lri.fr/) (for dpd2dot tool)
Expand Down
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# will set several variables: (see AC_SUBST at the end of this file)
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

AC_INIT(coq-dpdgraph,0.6.7)
AC_INIT(coq-dpdgraph,0.6.9)
AC_MSG_NOTICE(AC_PACKAGE_NAME version AC_PACKAGE_VERSION)

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

case $COQVERSION in
8.[[0-9]][[^0-9]]*|8.10*)
AC_MSG_ERROR(AC_PACKAGE_NAME needs Coq version 8.11 or higher)
8.[[0-9]][[^0-9]]*|8.12*)
AC_MSG_ERROR(AC_PACKAGE_NAME needs Coq version 8.13 or higher)
;;
esac

Expand Down

0 comments on commit c89f763

Please sign in to comment.