summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--version.h.in3
1 files changed, 3 insertions, 0 deletions
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