From 514c5689bd672b21fa8033a7a48eae56a6e36b7f Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 16 Mar 2015 12:10:51 -0500 Subject: [PATCH] btrfs-progs: re-introduce BTRFS_BUILD_VERSION in version.h The macro is in a public header and breaks build of some applications. Signed-off-by: Lokesh Mandvekar [edit changelog] Signed-off-by: David Sterba --- version.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/version.h.in b/version.h.in index 012d2657..db5ad51f 100644 --- a/version.h.in +++ b/version.h.in @@ -8,4 +8,7 @@ #define BTRFS_LIB_VERSION ( BTRFS_LIB_MAJOR * 10000 + \ BTRFS_LIB_MINOR * 100 + \ BTRFS_LIB_PATCHLEVEL ) + +#define BTRFS_BUILD_VERSION "Btrfs @PACKAGE_VERSION@" + #endif