patchelfcrc/version.c

6 lines
169 B
C
Raw Normal View History

2022-08-16 22:27:37 +02:00
#include <patchelfcrc/version.h>
#include <generated/version.h>
const char *version_string = GIT_VERSION_STRING;
const char *argp_program_version = GIT_VERSION_STRING;