Skip to content

Commit

Permalink
Bump version numbers to v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-larraz committed Mar 10, 2023
1 parent 7cd8bb4 commit dca9cf9
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 v1.8.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.7'
version = 'v1.8'
# The full version, including alpha/beta/rc tags
release = 'v1.7.0'
release = 'v1.8.0'

nitpicky = True

Expand Down Expand Up @@ -250,7 +250,7 @@
\sffamily\Large \textbf{\Huge {Kind 2 User Documentation}}
\sffamily\Large \textbf{Version 1.7.0}
\sffamily\Large \textbf{Version 1.8.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 v1.8.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: "1.8.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.7.0"
let base_version = "v1.8.0"

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

0 comments on commit dca9cf9

Please sign in to comment.