diff options
author | Simon Ser <contact@emersion.fr> | 2021-06-29 12:21:37 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-06-29 12:22:55 +0200 |
commit | 634a20d89ca95c3d1cc4c7a613835190a48a4df3 (patch) | |
tree | c18affd8d385c5ab4f3970af27e3a2d51a4fe3a2 | |
parent | f6ae028e99a532ffa139e77c8f733d352d474a1a (diff) |
Drop WLR_VERSION_API_*
These weren't set in the build, thus Meson was just dropping them
in the generated file.
-rw-r--r-- | include/wlr/version.h.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/wlr/version.h.in b/include/wlr/version.h.in index cdc0fd75..dcfcb751 100644 --- a/include/wlr/version.h.in +++ b/include/wlr/version.h.in @@ -9,8 +9,4 @@ #define WLR_VERSION_NUM ((WLR_VERSION_MAJOR << 16) | (WLR_VERSION_MINOR << 8) | WLR_VERSION_MICRO) -#mesondefine WLR_VERSION_API_CURRENT -#mesondefine WLR_VERSION_API_REVISION -#mesondefine WLR_VERSION_API_AGE - #endif |