diff --git a/NEWS b/NEWS index 9d14735e7..bc43ce155 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -New in spot 2.11.4.dev (not yet released) +New in spot 2.11.5 (2023-04-20) Bug fixes: @@ -16,6 +16,9 @@ New in spot 2.11.4.dev (not yet released) - Fix segfaults occuring in determinization of 1-state terminal automata. + - Fix incorrect assertion in game solver when the edge vector + contains deleted transitions. + New in spot 2.11.4 (2023-02-10) Python: diff --git a/configure.ac b/configure.ac index 772b4c24a..ef5ce7391 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ # along with this program. If not, see . AC_PREREQ([2.69]) -AC_INIT([spot], [2.11.4.dev], [spot@lrde.epita.fr]) +AC_INIT([spot], [2.11.5], [spot@lrde.epita.fr]) AC_CONFIG_AUX_DIR([tools]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([1.11 gnu tar-ustar color-tests parallel-tests]) diff --git a/doc/org/setup.org b/doc/org/setup.org index 974272774..255a01c3d 100644 --- a/doc/org/setup.org +++ b/doc/org/setup.org @@ -1,11 +1,11 @@ #+OPTIONS: H:2 num:nil toc:t html-postamble:nil ^:nil #+EMAIL: spot@lrde.epita.fr #+HTML_LINK_HOME: index.html -#+MACRO: LASTDATE 2023-02-10 +#+MACRO: LASTDATE 2023-04-20 #+NAME: SPOT_VERSION #+BEGIN_SRC python :exports none :results value :wrap org -return "2.11.4" +return "2.11.5" #+END_SRC #+NAME: TARBALL_LINK