mirror of
https://github.com/c-cube/sidekick.git
synced 2026-01-24 18:36:43 -05:00
Updated version number in opam to 0.1
This commit is contained in:
parent
4e34bbdf59
commit
4b25650c4d
2 changed files with 2 additions and 1 deletions
2
opam
2
opam
|
|
@ -1,6 +1,6 @@
|
|||
opam-version: "1.2"
|
||||
license: "Apache"
|
||||
version: "dev"
|
||||
version: "0.1"
|
||||
author: ["Sylvain Conchon" "Alain Mebsout" "Stephane Lecuyer" "Simon Cruanes" "Guillaume Bury"]
|
||||
maintainer: ["guillaume.bury@gmail.com" "simon.cruanes@inria.fr"]
|
||||
build: [
|
||||
|
|
|
|||
|
|
@ -841,6 +841,7 @@ module Make (E : Expr_intf.S)
|
|||
|
||||
let unsat_conflict () = env.unsat_conflict
|
||||
|
||||
(* Push/Pop *)
|
||||
type level = int
|
||||
|
||||
let base_level = 0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue