mirror of
https://github.com/SciresM/hactool
synced 2024-11-10 06:34:14 +00:00
7 lines
175 B
C
7 lines
175 B
C
#ifndef HACTOOL_VERSION_H
|
|
#define HACTOOL_VERSION_H
|
|
|
|
/* Will become 1.0 when BKTR is implemented and I've done some refactoring... */
|
|
#define HACTOOL_VERSION "0.9"
|
|
|
|
#endif
|