Skip to content

Commit

Permalink
chore: resume 2.1.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
chaudhuri committed Apr 9, 2024
1 parent a341484 commit fd43c46
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 11 deletions.
8 changes: 3 additions & 5 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
Changes in 2.0.8.2 from 2.0.8
Changes in 2.1.0-dev from 2.0.8
-------------------------------

This is a very small bugfix release.

Changes

* Abella now compiles with Dune version 3.7 or later.
(#154, reported by @yurivict)
* Abella is now byte-compiled for ppc32 and ppc64.
(#153, reporeted by @barracuda156)
* Abella is now byte-compiled for ppc32 and ppc64.
(#151, reporeted by @barracuda156)

Bugfixes

Expand Down
2 changes: 1 addition & 1 deletion abella.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "2.0"
name: "abella"
version: "2.0.8.2"
version: "2.1.0-dev"
synopsis: "Interactive theorem prover based on lambda-tree syntax"
maintainer: "[email protected]"
authors: [
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(lang dune 3.7)
(name abella)
(version v2.0.8.2)
(version v2.1.0-dev)
(using menhir 2.0)
2 changes: 1 addition & 1 deletion src/version.ml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
* See LICENSE for licensing details.
*)

let version = "2.0.8.2";;
let version = "2.1.0-dev";;
let self_digest = Digest.file Sys.executable_name;;
4 changes: 2 additions & 2 deletions support/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion support/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "abella_doc_lib",
"version": "2.0.8.2",
"version": "2.1.0-dev",
"description": "Support code for abella_doc (https://abella-prover.org)",
"main": "./js/abella_doc.js",
"scripts": {
Expand Down

0 comments on commit fd43c46

Please sign in to comment.