From: Sebastian Pipping Date: Thu, 15 Jun 2017 20:04:54 +0000 (+0200) Subject: Introduce random-based SHA256 release identifier X-Git-Tag: R_2_2_1~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b005a837faf981715cbaad32fb7b865aad9e9a9;p=libexpat Introduce random-based SHA256 release identifier Idea is to ease finding bundles of Expat in the wild in the future. PS: If you need to bundle Expat, please keep your copy up to date. --- diff --git a/expat/lib/xmlparse.c b/expat/lib/xmlparse.c index 35455799..d1f4b956 100644 --- a/expat/lib/xmlparse.c +++ b/expat/lib/xmlparse.c @@ -1,5 +1,7 @@ /* Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd See the file COPYING for copying permission. + + 94a357957fc7478c8f2bb696095287c1971296939f3adf27cd081f5f214d3bb1 (2.2.0+) */ #define _GNU_SOURCE /* syscall prototype */