From 2b005a837faf981715cbaad32fb7b865aad9e9a9 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Thu, 15 Jun 2017 22:04:54 +0200 Subject: [PATCH] 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. --- expat/lib/xmlparse.c | 2 ++ 1 file changed, 2 insertions(+) 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 */