From cf5542d017e33cba9e08b3a62a3693626113637b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 19 Mar 2011 01:18:30 +0000 Subject: Bump version number (reflecting that this is a different version than the one in lv2core). git-svn-id: http://svn.drobilla.net/serd/trunk@128 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 2539ca7c..29d18819 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) -SERD_VERSION = '0.1.0' +SERD_VERSION = '0.1.1' # Library version (UNIX style major, minor, micro) # major increment <=> incompatible changes -- cgit v1.2.1