From 0a8e6b5dbac8b86daa5d75179c1e6d5b14b7fa37 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 30 Jan 2018 14:49:45 +0100 Subject: [PATCH] config.h: add version numbers --- config.h.meson | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.h.meson b/config.h.meson index e0ff4f616..335f3de50 100644 --- a/config.h.meson +++ b/config.h.meson @@ -446,3 +446,7 @@ #mesondefine HAVE_DECL_LOCALTIME_R #mesondefine HAVE_DECL_STRSIGNAL #mesondefine HAVE_MEMFD_CREATE + +#mesondefine PIPEWIRE_VERSION_MAJOR +#mesondefine PIPEWIRE_VERSION_MINOR +#mesondefine PIPEWIRE_VERSION_MICRO