diff options
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 |