Skip to content

Commit

Permalink
Bump version numbers to v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-larraz committed Nov 30, 2021
1 parent c453b38 commit ebf8a19
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# Kind 2 v1.5.1

This release includes performance improvements and various fixes. Notably:

Expand Down
4 changes: 2 additions & 2 deletions doc/usr/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# The short X.Y version
version = 'v1.5'
# The full version, including alpha/beta/rc tags
release = 'v1.5.0'
release = 'v1.5.1'

nitpicky = True

Expand Down Expand Up @@ -250,7 +250,7 @@
\sffamily\Large \textbf{\Huge {Kind 2 User Documentation}}
\sffamily\Large \textbf{Version 1.5.0}
\sffamily\Large \textbf{Version 1.5.1}
\newdateformat{monthdayyear}{%
\monthname[\THEMONTH] \THEDAY, \THEYEAR}
Expand Down
1 change: 1 addition & 0 deletions dune-project
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
(lang dune 2.7)

(name kind2)
(version v1.5.1)

(package
(name kind2)
Expand Down
1 change: 1 addition & 0 deletions kind2.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "v1.5.1"
synopsis:
"Multi-engine, parallel, SMT-based automatic model checker for safety properties of Lustre programs"
description: """
Expand Down
2 changes: 1 addition & 1 deletion src/version.ml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
let package_name = "kind2"

let base_version = "v1.5.0"
let base_version = "v1.5.1"

let version =
(match Build_info.V1.version () with
Expand Down

0 comments on commit ebf8a19

Please sign in to comment.