Skip to content

Commit ba72123

Browse files
Merge pull request #212 from impermeable/9.1-update
9.1 update
2 parents 89b298b + 988bedb commit ba72123

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

coq-waterproof.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
22
name: "coq-waterproof"
3-
version: "3.1.0+9.1"
3+
version: "3.1.1+9.1-dev"
44
maintainer: "Jim Portegies <[email protected]>"
55
authors: [
66
"Jelle Wemmenhove"

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
(package
77
(name coq-waterproof)
8-
(version 3.1.0+9.1)
8+
(version 3.1.1+9.1-dev)
99
(synopsis "Coq proofs in a style that resembles non-mechanized mathematical proofs")
1010
(depends rocq-core rocq-stdlib))

src/META.coq-waterproof

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package "plugin" (
22
directory = "."
3-
version = "3.1.0+9.1"
3+
version = "3.1.1+9.1-dev"
44
description = "Waterproof plugin"
55
requires = "rocq-runtime.plugins.ltac rocq-runtime.plugins.ltac2"
66
archive(byte) = "waterproof.cma"

src/g_waterproof.mlg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ DECLARE PLUGIN "coq-waterproof.plugin"
2222
open Exceptions
2323
open Waterprove
2424

25-
let waterproof_version : string = "3.1.0+9.1"
25+
let waterproof_version : string = "3.1.1+9.1-dev"
2626
}
2727

2828
(* Add any words that occur right after mathematical expressions as keywords *)

0 commit comments

Comments
 (0)