diff options
author | Vincent Ambo <vincent@kivra.com> | 2016-02-13T14·30+0100 |
---|---|---|
committer | Vincent Ambo <vincent@kivra.com> | 2016-02-13T14·30+0100 |
commit | ad0d127ab3ce0d56c275d8b5ea5f56b7a9e4c852 (patch) | |
tree | 536185a97f752efca5c6fc1a609cd8138b553187 /Makefile | |
parent | 763bae8a61cc6981041a0fc145daa9872b5ea7fa (diff) |
Use maps for headers
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile index 8be69c1eef8d..b3bc54673d0b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -PROJECT = stomp.erl -PROJECT_DESCRIPTION = New project -PROJECT_VERSION = 0.0.1 +PROJECT = stomp +PROJECT_DESCRIPTION = STOMP client for Erlang +PROJECT_VERSION = 0.1.0 # Whitespace to be used when creating files from templates. SP = 4 |