Mentions légales du service

Skip to content
Snippets Groups Projects
Commit d929b47a authored by Guillaume Melquiond's avatar Guillaume Melquiond
Browse files

Version 1.3.1

parent a4ab0a1f
No related branches found
No related tags found
No related merge requests found
:x: marks a potential source of incompatibility :x: marks a potential source of incompatibility
Version 1.3.1, March 24, 2020
-----------------------------
Bug fixes Bug fixes
* fixed conflicting symbols for CVC4 1.7 * fixed conflicting symbols for CVC4 1.7
* fixed META file * fixed META file
* fixed infinite loops in strategies
Version 1.3.0, March 17, 2020 Version 1.3.0, March 17, 2020
----------------------------- -----------------------------
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
# See the GNU Library General Public License version 2 for more details # See the GNU Library General Public License version 2 for more details
# (enclosed in the file LGPL). # (enclosed in the file LGPL).
AC_INIT([Why3], [1.3.0]) AC_INIT([Why3], [1.3.1])
# verbosemake # verbosemake
......
...@@ -58,7 +58,7 @@ author = 'The Why3 Development Team' ...@@ -58,7 +58,7 @@ author = 'The Why3 Development Team'
# The short X.Y version. # The short X.Y version.
version = '1.3' version = '1.3'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '1.3.0' release = '1.3.1'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
- `make trywhy3` - `make trywhy3`
- run `make detect-unused` and remove unused files - run `make detect-unused` and remove unused files
- run `make update-doc-png` and check if some pictures need to be updated - run `make update-doc-png` and check if some pictures need to be updated
- check `lib/why3/META.in`
* change version number `VERSION=1.3 RELEASE=1.3.0` * change version number `VERSION=1.3 RELEASE=1.3.0`
- update the first line of `configure.in` using `$RELEASE` - update the first line of `configure.in` using `$RELEASE`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment