Skip to content

Commit

Permalink
Bump version numbers to v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-larraz committed Dec 26, 2023
1 parent cc77474 commit 78a693d
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 v2.1.1

This release includes some minor 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 = 'v2.1'
# The full version, including alpha/beta/rc tags
release = 'v2.1.0'
release = 'v2.1.1'

nitpicky = True

Expand Down Expand Up @@ -250,7 +250,7 @@
\sffamily\Large \textbf{\Huge {Kind 2 User Documentation}}
\sffamily\Large \textbf{Version 2.1.0}
\sffamily\Large \textbf{Version 2.1.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 2.1.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: "2.1.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 = "v2.1.0"
let base_version = "v2.1.1"

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

0 comments on commit 78a693d

Please sign in to comment.