<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<p dir="auto"><font face="monospace">$ grep ^sword /var/log/rpmpkgs<br>
sword-1.9.0-22.fc39.x86_64.rpm<br>
sword-devel-1.9.0-22.fc39.x86_64.rpm<br>
sword-utils-1.9.0-22.fc39.x86_64.rpm</font><br>
</p>
<p dir="auto"><font face="FreeSerif">In ↑official Sword 1.9.0↑,
there exists in swmodule.h:</font></p>
<p dir="auto"><code class="notranslate">#define
SEARCHFLAG_MATCHWHOLEENTRY 4096</code></p>
<p dir="auto"><font face="FreeSerif">In Sword SVN 3895 (latest),
there exists in swmodule.h and swmodule.cpp:<br>
</font></p>
<p dir="auto"><code class="notranslate">static const signed int
SEARCHFLAG_MATCHWHOLEENTRY;</code></p>
<p dir="auto"><code class="notranslate">const signed int
SWModule::SEARCHFLAG_MATCHWHOLEENTRY = 4096;</code></p>
<font face="FreeSerif">How annoyed should I be, that 2 things both
calling themselves "1.9.0" have this significant API difference?</font><br>
</body>
</html>