Spot 1.99.4

* NEWS, configure.ac, doc/org/setup.org: Bump version.
* doc/org/index.org: Better wording of a link.
This commit is contained in:
Alexandre Duret-Lutz 2015-10-01 07:39:02 +02:00
parent 85112b04f3
commit 59685eada0
4 changed files with 9 additions and 9 deletions

2
NEWS
View file

@ -1,4 +1,4 @@
New in spot 1.99.3a (not yet released) New in spot 1.99.4 (2015-10-01)
New features: New features:

View file

@ -21,7 +21,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ([2.61]) AC_PREREQ([2.61])
AC_INIT([spot], [1.99.3a], [spot@lrde.epita.fr]) AC_INIT([spot], [1.99.4], [spot@lrde.epita.fr])
AC_CONFIG_AUX_DIR([tools]) AC_CONFIG_AUX_DIR([tools])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([1.11 gnu tar-ustar color-tests parallel-tests]) AM_INIT_AUTOMAKE([1.11 gnu tar-ustar color-tests parallel-tests])

View file

@ -41,8 +41,8 @@ The latest version is *{{{LASTRELEASE}}}* and was released on
* On-line LTL/PSL translator * On-line LTL/PSL translator
- [[http://spot.lrde.epita.fr/trans.html][This page]] provides a convenient way to translate LTL or PSL formulas into automata, - [[http://spot.lrde.epita.fr/trans.html][Our on-line translator]] provides a convenient way to translate LTL or
without installing Spot. PSL formulas into automata, without installing Spot.
* License * License

View file

@ -1,8 +1,8 @@
#+OPTIONS: H:2 num:nil toc:t #+OPTIONS: H:2 num:nil toc:t
#+EMAIL: spot@lrde.epita.fr #+EMAIL: spot@lrde.epita.fr
#+HTML_LINK_HOME: index.html #+HTML_LINK_HOME: index.html
#+MACRO: SPOTVERSION 1.99.3 #+MACRO: SPOTVERSION 1.99.4
#+MACRO: LASTRELEASE 1.99.3 #+MACRO: LASTRELEASE 1.99.4
#+MACRO: LASTTARBALL [[http://www.lrde.epita.fr/dload/spot/spot-1.99.3.tar.gz][=spot-1.99.3.tar.gz=]] #+MACRO: LASTTARBALL [[http://www.lrde.epita.fr/dload/spot/spot-1.99.4.tar.gz][=spot-1.99.4.tar.gz=]]
#+MACRO: LASTNEWS [[https://gitlab.lrde.epita.fr/spot/spot/blob/spot-1-99-3/NEWS][summary of the changes]] #+MACRO: LASTNEWS [[https://gitlab.lrde.epita.fr/spot/spot/blob/spot-1-99-4/NEWS][summary of the changes]]
#+MACRO: LASTDATE 2015-08-26 #+MACRO: LASTDATE 2015-10-01