From 7d687b939d42f46b7493a3ea7ace83dd0aef4091 Mon Sep 17 00:00:00 2001 From: Christopher Harrison Date: Thu, 30 Jul 2015 11:05:34 +0100 Subject: Added fuse_pkgversion function Returns the full PACKAGE_VERSION string, per autoconf --- lib/helper.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/helper.c') diff --git a/lib/helper.c b/lib/helper.c index e5550c9..2690334 100644 --- a/lib/helper.c +++ b/lib/helper.c @@ -332,3 +332,7 @@ int fuse_version(void) return FUSE_VERSION; } +const char *fuse_pkgversion(void) +{ + return PACKAGE_VERSION; +} -- cgit v1.2.3