Remove all static kea versions from docs that refer to the "newest" release
We have some places in docs when kea version is static number, and it has to be updated during each release.
Replace all those with %keaversion;
and add
<!DOCTYPE book [
<!ENTITY % keaversion SYSTEM "version.ent">
%keaversion;
]>
to xml file to fix this issue.