Skip to content

Commit

Permalink
Changed version file to 20.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Jan 17, 2023
1 parent 71454ee commit d06ddb2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
2 changes: 1 addition & 1 deletion fpm.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "packmol"
version = "20.12.0"
version = "20.13.0"
license = "MIT"
author = "Leandro Martinez, Ernesto Birgin, Jose Mario Martinez"
maintainer = "Leandro Martinez"
Expand Down
19 changes: 0 additions & 19 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,25 +45,6 @@ git commit -m "Changed version file to $version"
git tag -a "v$version" -m "Release $version"
git push origin master tag "v$version"

today=`date +"%b %d, %Y"`
changelog="https://github.com/m3g/$package/releases/tag/v$version"
newline="<tr><td width=190px valign=top><a href=$giturl/archive/v$version.tar.gz> $file </a></td><td> Released on $today - <a target=newpage href=$changelog> [change log at github] </a></td></tr>"

echo "------------------------------"
echo "CREATING RELEASE IN HOME-PAGE:"
echo "------------------------------"
mkdir TEMP
cd TEMP
wget https://github.com/m3g/packmol/archive/v$version.tar.gz
tar -xf v$version.tar.gz
mv packmol-$version packmol
tar -cf packmol.tar ./packmol
gzip packmol.tar
#scp packmol.tar.gz [email protected]:./public_html/packmol/
\cp -f packmol.tar.gz ~/public_html/m3g/packmol/packmol.tar.gz
cd ..
\rm -rf ./TEMP

echo "----------------------"
echo "CHANGE LOG:"
echo "----------------------"
Expand Down
2 changes: 1 addition & 1 deletion src/title.f90
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ subroutine title()
write(*,"(' PACKMOL - Packing optimization for the automated generation of', /&
&' starting configurations for molecular dynamics simulations.', /&
&' ',/&
&t62,' Version 20.12.0 ')")
&t62,' Version 20.13.0 ')")
write(*,hash3_line)

end subroutine title

0 comments on commit d06ddb2

Please sign in to comment.