aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mda.lv2/manifest.ttl.in1
-rw-r--r--wscript6
2 files changed, 4 insertions, 3 deletions
diff --git a/mda.lv2/manifest.ttl.in b/mda.lv2/manifest.ttl.in
index 5c59b6c..00ef53c 100644
--- a/mda.lv2/manifest.ttl.in
+++ b/mda.lv2/manifest.ttl.in
@@ -18,6 +18,7 @@ mda:
lv2:symbol "mda" ;
doap:name "MDA LV2" ;
doap:shortdesc "An LV2 port of the MDA plugins." ;
+ doap:homepage <http://drobilla.net/software/mda-lv2> ;
doap:maintainer <http://drobilla.net/drobilla#me> ;
doap:developer [
a foaf:Person ;
diff --git a/wscript b/wscript
index c20dd1d..af953b6 100644
--- a/wscript
+++ b/wscript
@@ -4,11 +4,11 @@ import shutil
from waflib.extras import autowaf as autowaf
# Version of this package (even if built as a child)
-MDALA_VERSION = '0.0.0'
+MDA_VERSION = '1.0.0'
# Variables for 'waf dist'
-APPNAME = 'mda.lv2'
-VERSION = MDALA_VERSION
+APPNAME = 'mda-lv2'
+VERSION = MDA_VERSION
# Mandatory variables
top = '.'