diff options
Diffstat (limited to 'tools/libinput-record.c')
-rw-r--r-- | tools/libinput-record.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/libinput-record.c b/tools/libinput-record.c index 560ef45c..aaaa6cae 100644 --- a/tools/libinput-record.c +++ b/tools/libinput-record.c @@ -38,6 +38,7 @@ #include "libinput-util.h" #include "libinput-version.h" +#include "libinput-git-version.h" static const int FILE_VERSION_NUMBER = 1; @@ -278,6 +279,7 @@ print_libinput_header(struct record_context *ctx) iprintf(ctx, "libinput:\n"); indent_push(ctx); iprintf(ctx, "version: \"%s\"\n", LIBINPUT_VERSION); + iprintf(ctx, "git: \"%s\"\n", LIBINPUT_GIT_VERSION); if (ctx->timeout > 0) iprintf(ctx, "autorestart: %d\n", ctx->timeout); indent_pop(ctx); |