From 94bebb96c54011b6e00256309cbf0a5b9e6688d5 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 15 Sep 2011 17:05:11 +0200 Subject: talloc: change version to 2.0.7 The version change is needed because the ABI file of the pytalloc code was fixed. metze Autobuild-User: Stefan Metzmacher Autobuild-Date: Thu Sep 15 22:32:59 CEST 2011 on sn-devel-104 --- 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 54635f659e..2340152efc 100644 --- a/lib/talloc/wscript +++ b/lib/talloc/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env python APPNAME = 'talloc' -VERSION = '2.0.6' +VERSION = '2.0.7' blddir = 'bin' -- cgit