mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-06 13:29:46 +00:00
9 lines
219 B
C
9 lines
219 B
C
#ifndef R_VERSION_H
|
|
#define R_VERSION_H 1
|
|
#define R2_VERSION_COMMIT @VERSIONCOMMIT@
|
|
#define R2_VERSION "@R2_VERSION@"
|
|
#define R2_GITTAP "@R2_GITTAP@"
|
|
#define R2_GITTIP "@R2_GITTIP@"
|
|
#define R2_BIRTH "@R2_BIRTH@"
|
|
#endif
|