about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorVincent Ambo <vincent@kivra.com>2016-02-13T14·30+0100
committerVincent Ambo <vincent@kivra.com>2016-02-13T14·30+0100
commitad0d127ab3ce0d56c275d8b5ea5f56b7a9e4c852 (patch)
tree536185a97f752efca5c6fc1a609cd8138b553187 /Makefile
parent763bae8a61cc6981041a0fc145daa9872b5ea7fa (diff)
Use maps for headers
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 8be69c1eef..b3bc54673d 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