mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-26 13:49:35 -05:00
11 lines
200 B
C
11 lines
200 B
C
#ifndef VERSION_H
|
|
#define VERSION_H
|
|
|
|
#ifndef VERSION_STR_POSTFIX
|
|
#define VERSION_STR_POSTFIX ""
|
|
#endif /* VERSION_STR_POSTFIX */
|
|
|
|
#define VERSION_STR "2.5" VERSION_STR_POSTFIX
|
|
|
|
#endif /* VERSION_H */
|