File tree Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ YICES_TOP_DIR=$(shell pwd)
55
55
# doc/yices*.1 man files
56
56
#
57
57
MAJOR = 2
58
- MINOR = 6
59
- PATCH_LEVEL = 5
58
+ MINOR = 7
59
+ PATCH_LEVEL = 0
60
60
61
61
YICES_VERSION = $(MAJOR ) .$(MINOR ) .$(PATCH_LEVEL )
62
62
Original file line number Diff line number Diff line change 49
49
\date {\today }
50
50
\author {Bruno Dutertre}
51
51
\title {\textbf {Yices Manual\\ [0.6em]
52
- Version 2.6.5 }}
52
+ Version 2.7.0 }}
53
53
\end {titlepage }
54
54
55
55
\maketitle
Original file line number Diff line number Diff line change 57
57
# built documents.
58
58
#
59
59
# The short X.Y version.
60
- version = '2.6 '
60
+ version = '2.7 '
61
61
# The full version, including alpha/beta/rc tags.
62
- release = '2.6.5 '
62
+ release = '2.7.0 '
63
63
64
64
# The language for content autogenerated by Sphinx. Refer to documentation
65
65
# for a list of supported languages.
121
121
122
122
# The name for this set of Sphinx documents. If None, it defaults to
123
123
# "<project> v<release> documentation".
124
- html_title = "Yices 2.6 Documentation"
124
+ html_title = "Yices 2.7 Documentation"
125
125
126
126
# 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 "
128
128
129
129
# The name of an image file (relative to this directory) to place at the top
130
130
# of the sidebar.
Original file line number Diff line number Diff line change 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"
2
2
.SH NAME
3
3
yices-sat \- the Yices Sat solver
4
4
.SH SYNOPSIS
Original file line number Diff line number Diff line change 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"
2
2
.SH NAME
3
3
yices-smt \- the Yices SMT solver for the SMT-LIB 1.2 language
4
4
.SH SYNOPSIS
Original file line number Diff line number Diff line change 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"
2
2
.SH NAME
3
3
yices-smt2 \- the Yices SMT solver for the SMT-LIB 2 language
4
4
.SH SYNOPSIS
Original file line number Diff line number Diff line change 1
- .TH YICES 1 "June 2024 " "Yices 2.6.5 " "User Commands"
1
+ .TH YICES 1 "July 2025 " "Yices 2.7.0 " "User Commands"
2
2
.SH NAME
3
3
yices \- the Yices SMT solver for the Yices language
4
4
.SH SYNOPSIS
Original file line number Diff line number Diff line change @@ -92,8 +92,8 @@ extern "C" {
92
92
********************/
93
93
94
94
#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
97
97
98
98
99
99
/*
You can’t perform that action at this time.
0 commit comments