From 7036e97c641e541028b51db40351aa5a3fd18c33 Mon Sep 17 00:00:00 2001 From: Guillaume Maudoux Date: Tue, 24 Oct 2017 12:07:14 +0200 Subject: [PATCH] Release v2.0.0-beta.1 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d28ca1137..9d5c173af 100644 --- a/README.md +++ b/README.md @@ -51,13 +51,13 @@ specialized Readmes for recommendations on Mac OS and Windows. The release source snapshots contain pre-generated C++ code that allows you to build without requiring LLVM or Clang. This is the easiest way to build a version of Mozart 2 from source. The latest pre-generated source snapshot -is [mozart2-2.0.0-beta.0-Source.zip](https://github.com/layus/mozart2/releases/download/v2.0.0-beta.0/mozart2-2.0.0-beta.0-Source.zip). +is [mozart2-2.0.0-beta.1-Source.zip](https://github.com/mozart/mozart2/releases/download/v2.0.0-beta.1/mozart2-2.0.0-beta.1-Source.zip). To build from the snapshot: - $ wget https://github.com/layus/mozart2/releases/download/v2.0.0-beta.0/mozart2-2.0.0-beta.0-Source.zip - $ unzip mozart2-2.0.0-beta.0-Source.zip - $ cd mozart2-2.0.0-beta.0-Source/ + $ wget https://github.com/layus/mozart2/releases/download/v2.0.0-beta.1/mozart2-2.0.0-beta.1-Source.zip + $ unzip mozart2-2.0.0-beta.1-Source.zip + $ cd mozart2-2.0.0-beta.1-Source/ $ cmake . $ make $ make install