commit 12a2a59b909e33a22b5a7dad915accb9e0ed9291
parent 60d54f886d6cbd970badb654a2fdfa4a91d508ac
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Fri, 15 Oct 2021 11:30:46 +0200
Publish htrdr 0.8.1
Diffstat:
5 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/htrdr/Makefile b/htrdr/Makefile
@@ -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/>.
-HTRDR-VERSION=0.8.0
+HTRDR-VERSION=0.8.1
HTRDR-ATMOSPHERE-STARTER-PACK-VERSION=0.7.0
HTRDR-COMBUSTION-STARTER-PACK-VERSION=0.0.0
diff --git a/htrdr/downloads/htrdr-0.8.1-GNU-Linux64.tar.gz b/htrdr/downloads/htrdr-0.8.1-GNU-Linux64.tar.gz
@@ -0,0 +1 @@
+#$# git-wad 968509dafccb8a4364291664add13cb7dc4b39004d293327f91ec0944270dccd 22010388
+\ No newline at end of file
diff --git a/htrdr/downloads/htrdr-0.8.1-Sources.tar.gz b/htrdr/downloads/htrdr-0.8.1-Sources.tar.gz
@@ -0,0 +1 @@
+#$# git-wad 4f849241652d1bbfdc1c0fdc1451ffbb19175780771967925e50bbdfd72b31e4 2867598
+\ No newline at end of file
diff --git a/htrdr/htrdr.html.in b/htrdr/htrdr.html.in
@@ -10,7 +10,7 @@ function poptext(Id) {
<header>
<h1><code style="color: #000000">htrdr</code>
<span class=subtitle>
- The Monte-Carlo radiative transfert simulator
+ The Monte-Carlo radiative transfer simulator
</span>
</h1>
</header>
diff --git a/htrdr/htrdr.sh b/htrdr/htrdr.sh
@@ -78,6 +78,7 @@ release_notes=$($markdown $arch/share/doc/htrdr/README.md \
| sed 's/https:\/\/gitlab.com\/meso-star\/htrdr\/-\/blob\/master\/doc\/htrdr-obj\.5\.txt/man\/man5\/htrdr-obj.5.html/g' \
| sed 's/https:\/\/gitlab.com\/meso-star\/mrumtl\/-\/blob\/master\/doc\/mrumtl\.5\.txt/man\/man5\/mrumtl.5.html/g' \
| sed 's/^<h2>Release notes/<h2 id=release_notes>Release notes/' \
+ | sed 's/but introduce /but introduces /' \
| sed 's/scracth/scratch/') # Misspelling
cd $dir_curr