From c7ecd1ad83fdbcabc039cc515a8230a033977a70 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 5 Jan 2014 23:30:27 +0000 Subject: BLOP-LV2 1.0.0 git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/blop.lv2@5284 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 79d06e3..402d676 100644 --- a/wscript +++ b/wscript @@ -5,7 +5,7 @@ import subprocess import waflib.Options as Options import waflib.extras.autowaf as autowaf -BLOP_VERSION = '0.0.0' +BLOP_VERSION = '1.0.0' # Mandatory waf variables APPNAME = 'blop' # Package name for waf dist -- cgit v1.2.1