Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-irfan committed Jun 24, 2024
1 parent df2b7da commit edc0d01
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ YICES_TOP_DIR=$(shell pwd)
#
MAJOR = 2
MINOR = 6
PATCH_LEVEL = 4
PATCH_LEVEL = 5

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

Expand Down
6 changes: 1 addition & 5 deletions doc/manual/manual.tex
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
\date{\today}
\author{Bruno Dutertre}
\title{\textbf{Yices Manual\\[0.6em]
Version 2.6.4}}
Version 2.6.5}}
\end{titlepage}

\maketitle
Expand Down Expand Up @@ -811,10 +811,6 @@ \section{Thread-Safe API}
models across several threads is not supported (unless you implement
your own locking mechanism).

\medskip\noindent
In the current version (Yices~2.6.4), threat-safety and MCSAT are not compatible.
It is not possible to build Yices to support MCSAT and be re-entrant.


\section{Building for Windows}

Expand Down
2 changes: 1 addition & 1 deletion doc/sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = '2.6'
# The full version, including alpha/beta/rc tags.
release = '2.6.2'
release = '2.6.5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion doc/yices-sat.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH YICES-SAT 1 "October 2021" "Yices 2.6.4" "User Commands"
.TH YICES-SAT 1 "June 2024" "Yices 2.6.5" "User Commands"
.SH NAME
yices-sat \- the Yices Sat solver
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/yices-smt.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH YICES-SMT 1 "October 2021" "Yices 2.6.4" "User Commands"
.TH YICES-SMT 1 "June 2024" "Yices 2.6.5" "User Commands"
.SH NAME
yices-smt \- the Yices SMT solver for the SMT-LIB 1.2 language
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/yices-smt2.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH YICES-SMT2 1 "October 2021" "Yices 2.6.4" "User Commands"
.TH YICES-SMT2 1 "June 2024" "Yices 2.6.5" "User Commands"
.SH NAME
yices-smt2 \- the Yices SMT solver for the SMT-LIB 2 language
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/yices.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH YICES 1 "October 2021" "Yices 2.6.4" "User Commands"
.TH YICES 1 "June 2024" "Yices 2.6.5" "User Commands"
.SH NAME
yices \- the Yices SMT solver for the Yices language
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion src/include/yices.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ extern "C" {

#define __YICES_VERSION 2
#define __YICES_VERSION_MAJOR 6
#define __YICES_VERSION_PATCHLEVEL 4
#define __YICES_VERSION_PATCHLEVEL 5


/*
Expand Down

0 comments on commit edc0d01

Please sign in to comment.