From 634a20d89ca95c3d1cc4c7a613835190a48a4df3 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 29 Jun 2021 12:21:37 +0200 Subject: [PATCH] Drop WLR_VERSION_API_* These weren't set in the build, thus Meson was just dropping them in the generated file. --- include/wlr/version.h.in | 4 ---- 1 file changed, 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