Skip to content

delete VERSION file

Dylan Baker requested to merge dbaker/mesa:submit/remove-version-file into main

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.

Merge request reports