aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--README.md4
-rw-r--r--src/relcool.app.src2
3 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index a2eeaf9..2fc0038 100644
--- a/Makefile
+++ b/Makefile
@@ -56,7 +56,7 @@ endif
.PHONY: all compile doc clean test dialyzer typer shell distclean pdf \
update-deps escript clean-common-test-data rebuild
-all: deps compile escript dialyzer test
+all: deps compile escript
# =============================================================================
# Rules to build the system
diff --git a/README.md b/README.md
index 3d11de2..b235f37 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-[![Build Status](https://travis-ci.org/tsloughter/relcool.png)](https://travis-ci.org/tsloughter/relcool)
+[![Build Status](https://travis-ci.org/erlware/relcool.png)](https://travis-ci.org/erlware/relcool)
# NAME
@@ -25,7 +25,7 @@ additional specification information for releases.
To build relcool and generate a standalone escript executable:
- $ make escript
+ $ make
This creates the executable `relcool`.
diff --git a/src/relcool.app.src b/src/relcool.app.src
index ac5de34..0c1c45a 100644
--- a/src/relcool.app.src
+++ b/src/relcool.app.src
@@ -20,7 +20,7 @@
{application, relcool,
[{description, "Release assembler for Erlang/OTP Releases"},
- {vsn, "semver"},
+ {vsn, "0.0.5"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib, getopt, erlware_commons]}]}.