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