From 9b585b48d826ba0e035a73cb5e9673c975c04821 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 2 Feb 2010 00:18:19 +0000 Subject: Make sizeof(Raul::Atom) the size of a pointer. Accomplished by wrapping up blob stuff in a separately allocated object so all Atoms don't pay the size penalty. Bump version to 0.6.2 and ABI version to 5,0,0. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2403 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index d062767..8461534 100644 --- a/wscript +++ b/wscript @@ -4,7 +4,7 @@ import Options import os # Version of this package (even if built as a child) -RAUL_VERSION = '0.6.1' +RAUL_VERSION = '0.6.2' # Library version (UNIX style major, minor, micro) # major increment <=> incompatible changes @@ -16,7 +16,8 @@ RAUL_VERSION = '0.6.1' # 0.5.1 = 2,0,0 # 0.6.0 = 3,0,0 # 0.6.1 = 4,0,0 (unreleased) -RAUL_LIB_VERSION = '4.0.0' +# 0.6.2 = 5,0,0 (unreleased) +RAUL_LIB_VERSION = '5.0.0' # Variables for 'waf dist' APPNAME = 'raul' -- cgit v1.2.1