Skip to content

Commit

Permalink
Update the release host
Browse files Browse the repository at this point in the history
  • Loading branch information
gilith committed Aug 11, 2018
1 parent 6f57505 commit a0e808d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 +393,8 @@ release: release-stamp mosml mlton polyml status-test documentation $(STD_BENCHM
cp -v doc/favicon.ico $(RELEASE_DIR)/
cp -v doc/MIT-LICENSE $(RELEASE_DIR)/
$(MAKE) tarball
rsync -azv --delete --checksum --size-only --exclude=.gitignore -e ssh $(RELEASE_DIR)/ joe@laurelin.gilith.com:www/gilith/software/metis
ssh joe@laurelin.gilith.com '/bin/bash -l bin/install-metis'
rsync -azv --delete --checksum --size-only --exclude=.gitignore -e ssh $(RELEASE_DIR)/ joe@login.gilith.com:www/gilith/software/metis
ssh joe@login.gilith.com '/bin/bash -l bin/install-metis'
@if GIT_PAGER='' git grep '[*][*][*]' ; then echo "WARNING: TODO comments discovered" ; fi
$(MAKE) release-instructions

Expand Down
2 changes: 1 addition & 1 deletion doc/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h3>Download Metis</h3>

<p>The latest version is

Metis 2.4 (release 20180301),
Metis 2.4 (release 20180810),

and can be downloaded in the following formats:</p>

Expand Down
2 changes: 1 addition & 1 deletion doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ <h3>Project Status</h3>

is

Metis 2.4 (release 20180301).
Metis 2.4 (release 20180810).

Metis is free software, released under the

Expand Down
2 changes: 1 addition & 1 deletion src/metis.sml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ val PROGRAM = "metis";

val VERSION = "2.4";

val versionString = PROGRAM^" "^VERSION^" (release 20180301)"^"\n";
val versionString = PROGRAM^" "^VERSION^" (release 20180810)"^"\n";

(* ------------------------------------------------------------------------- *)
(* Program options. *)
Expand Down

0 comments on commit a0e808d

Please sign in to comment.