Skip to content

Commit

Permalink
Prepare release of Alt-Ergo-Free 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevendeo committed Jun 29, 2021
1 parent 63d4e4a commit 49e8ba1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 2 additions & 3 deletions License.OCamlPro
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
Files referring to the license indicated in this file are licensed
under the terms of the OCamlPro Non-Commercial Purpose License,
version 1. More details about this license can be found in
OCamlPro-Non-Commercial-License.pdf
under the terms of the Apache Software License version 2.0 (see
Apache-License-2.0.txt file).
6 changes: 6 additions & 0 deletions sources/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
version 2.3.0-free, February 30, 2021
================================

Same as 2.3.0, except that "OCamlPro Non-Commercial Purpose Licence"
is replaced with "Apache Software Licence version 2.0"

version 2.3.0, February 11, 2019
================================

Expand Down
4 changes: 2 additions & 2 deletions sources/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ VERSION=$(shell grep "=" lib/util/version.ml | cut -d"=" -f2 | head -n 1)

# Some convenient variables
PUBLIC_VERSION=$(VERSION)
PUBLIC_RELEASE=alt-ergo-$(PUBLIC_VERSION)
PUBLIC_RELEASE=alt-ergo-free-$(PUBLIC_VERSION)
PUBLIC_TARGZ=$(PUBLIC_RELEASE).tar.gz
FILES_DEST=../public-release/$(PUBLIC_RELEASE)/$(PUBLIC_RELEASE)

Expand All @@ -295,7 +295,7 @@ public-release:
mkdir -p $(FILES_DEST)
cp configure configure.ml *.opam dune-project dune $(FILES_DEST)
git clean -dfx
cp ../License.OCamlPro ../OCamlPro-Non-Commercial-License.txt ../OCamlPro-Non-Commercial-License.pdf ../LGPL-License.txt ../Apache-License-2.0.txt $(FILES_DEST)/
cp ../License.OCamlPro ../LGPL-License.txt ../Apache-License-2.0.txt $(FILES_DEST)/
cp ../README.md ../LICENSE.md ../COPYING.md $(FILES_DEST)/
cp Makefile $(FILES_DEST)/
cp INSTALL.md alt-ergo.opam CHANGES $(FILES_DEST)/
Expand Down

0 comments on commit 49e8ba1

Please sign in to comment.