diff --git a/NEWS b/NEWS index 5ff6ce13d..6585a021c 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -New in spot 1.99.6a (not yet released) +New in spot 1.99.7 (2016-01-15) Command-line tools: diff --git a/configure.ac b/configure.ac index 8285cf50a..bae5398cf 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ # along with this program. If not, see . AC_PREREQ([2.61]) -AC_INIT([spot], [1.99.6a], [spot@lrde.epita.fr]) +AC_INIT([spot], [1.99.7], [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 a1c098e8b..eadbe0857 100644 --- a/doc/org/setup.org +++ b/doc/org/setup.org @@ -1,8 +1,8 @@ #+OPTIONS: H:2 num:nil toc:t #+EMAIL: spot@lrde.epita.fr #+HTML_LINK_HOME: index.html -#+MACRO: SPOTVERSION 1.99.6 -#+MACRO: LASTRELEASE 1.99.6 -#+MACRO: LASTTARBALL [[http://www.lrde.epita.fr/dload/spot/spot-1.99.6.tar.gz][=spot-1.99.6.tar.gz=]] -#+MACRO: LASTNEWS [[https://gitlab.lrde.epita.fr/spot/spot/blob/spot-1-99-6/NEWS][summary of the changes]] -#+MACRO: LASTDATE 2015-12-04 +#+MACRO: SPOTVERSION 1.99.7 +#+MACRO: LASTRELEASE 1.99.7 +#+MACRO: LASTTARBALL [[http://www.lrde.epita.fr/dload/spot/spot-1.99.7.tar.gz][=spot-1.99.7.tar.gz=]] +#+MACRO: LASTNEWS [[https://gitlab.lrde.epita.fr/spot/spot/blob/spot-1-99-7/NEWS][summary of the changes]] +#+MACRO: LASTDATE 2016-01-15