config.h: avoid extra hyphen in build ID value

The meson.build file already adds a hyphen.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrangé 2021-04-26 11:00:15 +01:00
parent 7dc64fef6b
commit d07b1e5bad

View File

@ -16,7 +16,7 @@
#define _GNU_SOURCE
/* Build version details */
#define BUILDID "-@BUILDID@"
#define BUILDID "@BUILDID@"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "virt-viewer @VERSION@"