hactool/version.h

7 lines
91 B
C
Raw Normal View History

#ifndef HACTOOL_VERSION_H
#define HACTOOL_VERSION_H
2018-01-24 17:52:25 +00:00
2018-02-07 08:38:12 +00:00
#define HACTOOL_VERSION "1.0"
2018-01-24 17:52:25 +00:00
#endif