From 99438f157dd7916335aef306b07a7193a1c70175 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 21 Apr 2012 22:28:04 +0000 Subject: Add homepage link and bump version. git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/mda.lv2@4220 a436a847-0d15-0410-975c-d299462d15a1 --- mda.lv2/manifest.ttl.in | 1 + wscript | 6 +++--- 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 ; doap:maintainer ; 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 = '.' -- cgit v1.2.1