Skip to content

Update CMake project version

This updates the CMake project version to match the latest update of configure.ac.

An alternative would be to extract the version from the following variables in configure.ac at each CMake run:

m4_define([MAJOR_VERSION], 2)
m4_define([MINOR_VERSION], 9)
m4_define([MICRO_VERSION], 12)

Merge request reports