Skip to content

Commit

Permalink
fixing the version to 8.19
Browse files Browse the repository at this point in the history
  • Loading branch information
ybertot committed Mar 21, 2024
1 parent 8452ebd commit 25ac07f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 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,1.0)
AC_INIT(coq-dpdgraph,1.0-8.19)
AC_MSG_NOTICE(AC_PACKAGE_NAME version AC_PACKAGE_VERSION)

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
10 changes: 5 additions & 5 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ organization: coq-community
community: true
action: true
plugin: true
branch: 'coq-master'
branch: 'coq-v8.19'

synopsis: >-
Compute dependencies between Coq objects (definitions, theorems) and produce graphs
Expand All @@ -29,15 +29,15 @@ maintainers:

opam-file-maintainer: [email protected]

opam-file-version: dev
opam-file-version: 8.19.dev

license:
fullname: GNU Lesser General Public License v2.1
identifier: LGPL-2.1-only

supported_coq_versions:
text: master (use the corresponding branch or release for other Coq versions)
opam: '{= "dev"}'
text: 8.19 (use the corresponding branch or release for other Coq versions)
opam: '{>= "8.19" & < "8.20~"}'

supported_ocaml_versions:
text: 4.05.0 or later
Expand All @@ -55,7 +55,7 @@ dependencies:
[OCamlgraph](https://github.com/backtracking/ocamlgraph)
tested_coq_opam_versions:
- version: dev
- version: 8.19

namespace: dpdgraph

Expand Down

0 comments on commit 25ac07f

Please sign in to comment.