From ad0d127ab3ce0d56c275d8b5ea5f56b7a9e4c852 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 13 Feb 2016 15:30:29 +0100 Subject: Use maps for headers --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') 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 -- cgit 1.4.1