Release spot 2.12

* NEWS, configure.ac, doc/org/setup.org: Bump version to 2.12.
This commit is contained in:
Alexandre Duret-Lutz 2024-05-14 15:19:37 +02:00
parent 913e807d66
commit 532b57d0df
3 changed files with 10 additions and 10 deletions

View file

@ -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-08-01
#+MACRO: LASTDATE 2024-05-14
#+NAME: SPOT_VERSION
#+BEGIN_SRC python :exports none :results value :wrap org
return "2.11.6"
return "2.12"
#+END_SRC
#+NAME: TARBALL_LINK
@ -15,7 +15,7 @@ return "2.11.6"
#+NAME: NEWS_LINK
#+BEGIN_SRC python :exports none :var version=SPOT_VERSION :results output :wrap org
version = version.replace('.', '-')
version = str(version).replace('.', '-')
print(f"[[https://gitlab.lre.epita.fr/spot/spot/blob/spot-{version}/NEWS][summary of the changes]]")
#+END_SRC