From 63cae22bd0073f1966e93eb001dd49ed6b7a5c65 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 20 Mar 2012 03:10:39 +0000 Subject: Depend on sratom as a proper library and eliminate rampant copy/paste code reuse. git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@4082 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 762e5d9..eeeed51 100644 --- a/wscript +++ b/wscript @@ -9,7 +9,7 @@ from waflib.extras import autowaf as autowaf import waflib.Logs as Logs, waflib.Options as Options # Version of this package (even if built as a child) -SRATOM_VERSION = '0.0.0' +SRATOM_VERSION = '0.1.0' SRATOM_MAJOR_VERSION = '0' # Library version (UNIX style major, minor, micro) -- cgit v1.2.1