Skip to content

Commit 85cf17e

Browse files
committed
preparing 2.7.0
1 parent ffe11c6 commit 85cf17e

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ YICES_TOP_DIR=$(shell pwd)
5555
# doc/yices*.1 man files
5656
#
5757
MAJOR = 2
58-
MINOR = 6
59-
PATCH_LEVEL = 5
58+
MINOR = 7
59+
PATCH_LEVEL = 0
6060

6161
YICES_VERSION = $(MAJOR).$(MINOR).$(PATCH_LEVEL)
6262

doc/manual/manual.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
\date{\today}
5050
\author{Bruno Dutertre}
5151
\title{\textbf{Yices Manual\\[0.6em]
52-
Version 2.6.5}}
52+
Version 2.7.0}}
5353
\end{titlepage}
5454

5555
\maketitle

doc/sphinx/source/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
# built documents.
5858
#
5959
# The short X.Y version.
60-
version = '2.6'
60+
version = '2.7'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '2.6.5'
62+
release = '2.7.0'
6363

6464
# The language for content autogenerated by Sphinx. Refer to documentation
6565
# for a list of supported languages.
@@ -121,10 +121,10 @@
121121

122122
# The name for this set of Sphinx documents. If None, it defaults to
123123
# "<project> v<release> documentation".
124-
html_title = "Yices 2.6 Documentation"
124+
html_title = "Yices 2.7 Documentation"
125125

126126
# A shorter title for the navigation bar. Default is the same as html_title.
127-
html_short_title = "Yices 2.6"
127+
html_short_title = "Yices 2.7"
128128

129129
# The name of an image file (relative to this directory) to place at the top
130130
# of the sidebar.

doc/yices-sat.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH YICES-SAT 1 "June 2024" "Yices 2.6.5" "User Commands"
1+
.TH YICES-SAT 1 "July 2025" "Yices 2.7.0" "User Commands"
22
.SH NAME
33
yices-sat \- the Yices Sat solver
44
.SH SYNOPSIS

doc/yices-smt.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH YICES-SMT 1 "June 2024" "Yices 2.6.5" "User Commands"
1+
.TH YICES-SMT 1 "July 2025" "Yices 2.7.0" "User Commands"
22
.SH NAME
33
yices-smt \- the Yices SMT solver for the SMT-LIB 1.2 language
44
.SH SYNOPSIS

doc/yices-smt2.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH YICES-SMT2 1 "June 2024" "Yices 2.6.5" "User Commands"
1+
.TH YICES-SMT2 1 "July 2025" "Yices 2.7.0" "User Commands"
22
.SH NAME
33
yices-smt2 \- the Yices SMT solver for the SMT-LIB 2 language
44
.SH SYNOPSIS

doc/yices.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH YICES 1 "June 2024" "Yices 2.6.5" "User Commands"
1+
.TH YICES 1 "July 2025" "Yices 2.7.0" "User Commands"
22
.SH NAME
33
yices \- the Yices SMT solver for the Yices language
44
.SH SYNOPSIS

src/include/yices.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ extern "C" {
9292
********************/
9393

9494
#define __YICES_VERSION 2
95-
#define __YICES_VERSION_MAJOR 6
96-
#define __YICES_VERSION_PATCHLEVEL 5
95+
#define __YICES_VERSION_MAJOR 7
96+
#define __YICES_VERSION_PATCHLEVEL 0
9797

9898

9999
/*

0 commit comments

Comments
 (0)