In autotools, the generated `config.h` contains ``` #define VERSION "2.1" ``` while in meson it's ``` #define VERSION 2.1 ``` You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3893
-- Commit Summary --
* meson: make VERSION contain string, not a double
-- File Changes --
M meson.build (2)
-- Patch Links --
https://github.com/geany/geany/pull/3893.patch https://github.com/geany/geany/pull/3893.diff
LGTM
Merged #3893 into master.
github-comments@lists.geany.org