Skip to content

Commit

Permalink
Bump version numbers to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-larraz committed Jun 21, 2023
1 parent 35bbb9f commit e94daba
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 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.0.0

New features:

Expand Down
6 changes: 3 additions & 3 deletions doc/usr/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
author = 'Kind 2 Team'

# The short X.Y version
version = 'v1.9'
version = 'v2.0'
# The full version, including alpha/beta/rc tags
release = 'v1.9.0'
release = 'v2.0.0'

nitpicky = True

Expand Down Expand Up @@ -250,7 +250,7 @@
\sffamily\Large \textbf{\Huge {Kind 2 User Documentation}}
\sffamily\Large \textbf{Version 1.9.0}
\sffamily\Large \textbf{Version 2.0.0}
\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.0.0)

(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.0.0"
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.9.0"
let base_version = "v2.0.0"

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

0 comments on commit e94daba

Please sign in to comment.