aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/wscript b/wscript
index 5c93663..6c4c4f0 100644
--- a/wscript
+++ b/wscript
@@ -4,10 +4,10 @@ import re
import shutil
import waflib.extras.autowaf as autowaf
-MDA_VERSION = '1.1.0'
+MDA_VERSION = '1.2.0'
# Mandatory waf variables
-APPNAME = 'MDA' # Package name for waf dist
+APPNAME = 'mda-lv2' # Package name for waf dist
VERSION = MDA_VERSION # Package version for waf dist
top = '.' # Source directory
out = 'build' # Build directory