Rename rz_version.h.in to rz_build_version.h.in (#2914)
This commit is contained in:
parent
7cbeaf2653
commit
54508aee39
3 changed files with 6 additions and 6 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef RZ_VERSION_H
|
||||
#define RZ_VERSION_H
|
||||
#ifndef RZ_BUILD_VERSION_H
|
||||
#define RZ_BUILD_VERSION_H
|
||||
|
||||
#define RZ_VERSION_MAJOR @RZ_VERSION_MAJOR@
|
||||
#define RZ_VERSION_MINOR @RZ_VERSION_MINOR@
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef RZ_UTIL_VERSION_H
|
||||
#define RZ_UTIL_VERSION_H
|
||||
#ifndef RZ_VERSION_H
|
||||
#define RZ_VERSION_H
|
||||
|
||||
#include "rz_types.h"
|
||||
|
||||
|
|
@ -14,4 +14,4 @@ RZ_API RZ_OWN char *rz_version_str(const char *program);
|
|||
}
|
||||
#endif
|
||||
|
||||
#endif // RZ_UTIL_VERSION_H
|
||||
#endif // RZ_VERSION_H
|
||||
|
|
|
|||
|
|
@ -512,7 +512,7 @@ if packager_version != ''
|
|||
endif
|
||||
endif
|
||||
rz_version_h = configure_file(
|
||||
input: 'librz/include/rz_version.h.in',
|
||||
input: 'librz/include/rz_build_version.h.in',
|
||||
output: 'rz_build_version.h',
|
||||
configuration: versionconf,
|
||||
install_dir: rizin_incdir
|
||||
|
|
|
|||
Loading…
Reference in a new issue