mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-26 17:28:29 -05:00
7 lines
89 B
C
7 lines
89 B
C
#ifndef VERSION_H
|
|
#define VERSION_H
|
|
|
|
#define VERSION_STR "0.7.1"
|
|
|
|
#endif /* VERSION_H */
|