From 47918a6d557593b4e6859ac302ce76bbdfb36625 Mon Sep 17 00:00:00 2001 From: Joe Leslie-Hurd Date: Thu, 1 Mar 2018 10:40:06 -0800 Subject: [PATCH] Finally bump the version number to 1.4 --- Makefile.dev | 4 ++-- doc/changelog.html | 12 ++++++++++-- doc/download.html | 2 +- doc/index.html | 2 +- repo/admin/check/index.php | 30 ++++++++++++++++++++++-------- repo/php/opentheory.php | 13 +++++++++++++ scripts/upload-repo | 6 +++--- src/opentheory.sml | 4 ++-- 8 files changed, 54 insertions(+), 19 deletions(-) diff --git a/Makefile.dev b/Makefile.dev index 040a8d93..e240c76b 100644 --- a/Makefile.dev +++ b/Makefile.dev @@ -347,14 +347,14 @@ tarball: clean doc/DONT-RELEASE Makefile.dev .PHONY: release-instructions release-instructions: - @echo "*************************************************************" + @echo "===============================================================" @echo "Completed release, now do the following:" @echo "1. git add, commit and push all changes" @perl -ne 'if ($$_ =~ /^opentheory ([0-9.]+) \(release ([0-9]+)\),$$/) { print "2. git tag -a -s v$$1.$$2 -m \"Version $$1 (release $$2)\"\n"; }' doc/download.html @echo "3. git push --tags" @echo "4. Browse to github > opentheory > releases > Latest release" @echo "5. Add the release name and tarball" - @echo "*************************************************************" + @echo "===============================================================" .PHONY: release release: release-stamp mosml mlton polyml documentation diff --git a/doc/changelog.html b/doc/changelog.html index ab2b5152..a7be6050 100644 --- a/doc/changelog.html +++ b/doc/changelog.html @@ -26,13 +26,21 @@

Changes to the opentheory tool

-

Recent changes

+ + +

Version 1.4: 1 March 2018