From 67b5d507010be0528c886133cae73fff0e3c7712 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 23 Feb 2013 18:46:23 +0100 Subject: Use 'git describe' output as version string when available --- config.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 8fdba1b..5aa1f6a 100644 --- a/config.h.in +++ b/config.h.in @@ -27,7 +27,7 @@ #ifndef _FASTD_CONFIG_H_ #define _FASTD_CONFIG_H_ -#define FASTD_VERSION "@PROJECT_VERSION@" +#define FASTD_VERSION "@FASTD_VERSION@" #cmakedefine WITH_CAPABILITIES -- cgit v1.2.3