delete VERSION file
Since we now only have one build system, we can get rid of the external
VERSION file and all of the complicated machinary around it. meson introspect --projectinfo meson.build
can provide the version in a json
paylad which is easy to work with from our scripts, and those are ported
as well as the documentation being updated.