From 7bef5e4f0e5ff4a4187f3d63e51a1725ff32b771 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 9 Mar 2015 09:07:24 +0100 Subject: talloc: version 2.1.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes: - Allow destructors to reparent the object - Allow destructors to remove itself - Build improvements Signed-off-by: Stefan Metzmacher Reviewed-by: Günther Deschner --- lib/talloc/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/talloc/wscript') diff --git a/lib/talloc/wscript b/lib/talloc/wscript index 986492ccde..97c52c3e3e 100644 --- a/lib/talloc/wscript +++ b/lib/talloc/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env python APPNAME = 'talloc' -VERSION = '2.1.1' +VERSION = '2.1.2' blddir = 'bin' -- cgit