11 lines
357 B
C
11 lines
357 B
C
#ifndef RZ_BUILD_VERSION_H
|
|
#define RZ_BUILD_VERSION_H
|
|
|
|
#define RZ_VERSION_MAJOR @RZ_VERSION_MAJOR@
|
|
#define RZ_VERSION_MINOR @RZ_VERSION_MINOR@
|
|
#define RZ_VERSION_PATCH @RZ_VERSION_PATCH@
|
|
#define RZ_VERSION_NUMBER @RZ_VERSION_NUMBER@
|
|
#define RZ_VERSION "@RZ_VERSION@"
|
|
#mesondefine RZ_PACKAGER_VERSION
|
|
#mesondefine RZ_PACKAGER
|
|
#endif /* RZ_BUILD_VERSION_H */
|