From 4825daa42f5667516fee65660ef1a6cccf8bb947 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 12 Feb 2017 13:08:15 +0100 Subject: Add managed_ptr for automatic real-time safe garbage collection --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 5c63aab..f9f9b25 100644 --- a/wscript +++ b/wscript @@ -5,7 +5,7 @@ import waflib.Options as Options import waflib.extras.autowaf as autowaf # Version of this package (even if built as a child) -RAUL_VERSION = '0.8.6' +RAUL_VERSION = '0.8.7' # Library version (UNIX style major, minor, micro) # major increment <=> incompatible changes -- cgit v1.2.1