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 -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3893 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/pull/[email protected]>
