From b8e5b68de3cff8d16e4be07fdc2e780d2c3c5750 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 15 May 2014 14:53:49 +0200 Subject: talloc: version 2.1.1 Changes: - documentation updates - a fix for pytalloc-util.pc - performance improvements here and there - fixed compiler warnings Signed-off-by: Stefan Metzmacher Reviewed-by: Jeremy Allison Autobuild-User(master): Stefan Metzmacher Autobuild-Date(master): Fri May 16 19:51:26 CEST 2014 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 1ca41f69dc..9df64d995d 100644 --- a/lib/talloc/wscript +++ b/lib/talloc/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env python APPNAME = 'talloc' -VERSION = '2.1.0' +VERSION = '2.1.1' blddir = 'bin' -- cgit