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 ad95cbb commit 9887f3e
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 @@ -363,7 +363,7 @@ release: release-stamp mosml mlton polyml documentation
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/opentheory
ssh joe@laurelin.gilith.com '/bin/bash -l bin/install-opentheory'
rsync -azv --delete --checksum --size-only --exclude=.gitignore -e ssh $(RELEASE_DIR)/ joe@login.gilith.com:www/gilith/software/opentheory
ssh joe@login.gilith.com '/bin/bash -l bin/install-opentheory'
@if GIT_PAGER='' git grep '[*][*][*]' ; then echo "WARNING: TODO comments discovered" ; fi
$(MAKE) release-instructions
2 changes: 1 addition & 1 deletion doc/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h3>Download the opentheory tool</h3>

<p>The latest version is

opentheory 1.4 (release 20180523),
opentheory 1.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 @@ -65,7 +65,7 @@ <h3>Project status</h3>

is

opentheory 1.4 (release 20180523).
opentheory 1.4 (release 20180810).

The opentheory tool is free software, released under the

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

val version = "1.4";

val release = " (release 20180523)";
val release = " (release 20180810)";

val homepage = "http://www.gilith.com/software/opentheory"

Expand Down

0 comments on commit 9887f3e

Please sign in to comment.