mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2025-12-26 21:37:58 +00:00
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:
parent
7dc64fef6b
commit
d07b1e5bad
@ -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@"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user