summaryrefslogtreecommitdiff
path: root/tools/xsetwacom.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xsetwacom.c')
-rw-r--r--tools/xsetwacom.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/xsetwacom.c b/tools/xsetwacom.c
index 44e8a14..c098b5f 100644
--- a/tools/xsetwacom.c
+++ b/tools/xsetwacom.c
@@ -753,8 +753,7 @@ static void usage(void)
static void version(void)
{
- printf("%d.%d.%d\n", PACKAGE_VERSION_MAJOR, PACKAGE_VERSION_MINOR,
- PACKAGE_VERSION_PATCHLEVEL);
+ printf(BUILD_VERSION "\n");
}
static XDevice* find_device(Display *display, char *name)