aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-11-01 23:13:27 +0200
committerLoïc Hoguin <[email protected]>2016-11-01 23:13:27 +0200
commit80f0ad6019a2dea9f3ef06511c21503da87199dd (patch)
tree8bd112ec3c63ed38d7b6ec8032d0b1df1b00aa4c /Makefile
parent00a7d8d6e6125c171c46190bdb40ecaa08347cca (diff)
downloadasciideck-80f0ad6019a2dea9f3ef06511c21503da87199dd.tar.gz
asciideck-80f0ad6019a2dea9f3ef06511c21503da87199dd.tar.bz2
asciideck-80f0ad6019a2dea9f3ef06511c21503da87199dd.zip
Fix version number and add .app file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c595cbb..c3bcce5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
PROJECT = asciideck
PROJECT_DESCRIPTION = Asciidoc for Erlang.
-PROJECT_VERSION = 0.0.1
+PROJECT_VERSION = 0.1.0
TEST_DEPS = ct_helper
dep_ct_helper = git https://github.com/extend/ct_helper master