mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git
synced 2024-11-15 00:04:23 +08:00
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 <lsm5@fedoraproject.org> [edit changelog] Signed-off-by: David Sterba <dsterba@suse.cz>
This commit is contained in:
parent
d531e2ca67
commit
514c5689bd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user