2018-02-03 05:35:43 +00:00
|
|
|
#ifndef HACTOOL_VERSION_H
|
|
|
|
#define HACTOOL_VERSION_H
|
2018-01-24 17:52:25 +00:00
|
|
|
|
|
|
|
/* Will become 1.0 when BKTR is implemented and I've done some refactoring... */
|
2018-02-03 05:35:43 +00:00
|
|
|
#define HACTOOL_VERSION "0.9"
|
2018-01-24 17:52:25 +00:00
|
|
|
|
|
|
|
#endif
|