meso-web

Sources of the |Méso|Star> website
git clone git://git.meso-star.fr/meso-web.git
Log | Files | Refs | README | LICENSE

commit bdf62c71ef8c05d70df7c27450414e756fe0116f
parent d64b5e18e58918ceb9e1a4dac4d6e1c0b49e56e5
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed,  7 Feb 2018 22:06:22 +0100

Bump the solstice version to 0.7.1

Diffstat:
MMakefile | 4++--
Mmeso-menu.sh | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) |Meso|Star> 2017 +# Copyright (C) |Meso|Star> 2018 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -SOLSTICE-VERSION=0.6.1 +SOLSTICE-VERSION=0.7.1 SOLSTICE-ABG=~/mesdocs/meso-star/solstice-docs/Solstice-ABG/ SOLSTICE-PP=~/code/meso-star/solstice-scripts/ diff --git a/meso-menu.sh b/meso-menu.sh @@ -110,7 +110,7 @@ print_solstice_sub_menu() { echo ' Solstice</a> and the <a' echo ' href="http://www.promes.cnrs.fr/index.php?page=home-en">PROMES</a>' echo ' laboratory of the National Center for Scientific Research. It is copyright' - echo ' &#169; <a href="http://www.cnrs.fr/index.php">CNRS</a> 2016-2017.</p>' + echo ' &#169; <a href="http://www.cnrs.fr/index.php">CNRS</a> 2016-2018.</p>' echo ' </div>' echo ' </div>' }