aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wscript6
1 files changed, 4 insertions, 2 deletions
diff --git a/wscript b/wscript
index 90287c9..fa93bba 100644
--- a/wscript
+++ b/wscript
@@ -1,11 +1,13 @@
#!/usr/bin/env python
+import datetime
+import os
import autowaf
# Version of this package (even if built as a child)
-LV2EXT_VERSION = '0.0.0'
+LV2EXT_VERSION = datetime.date.isoformat(datetime.datetime.now()).replace('-', '.')
# Variables for 'waf dist'
-APPNAME = 'lv2ext'
+APPNAME = 'lv2plug.in'
VERSION = LV2EXT_VERSION
# Mandatory variables