mirror of
https://github.com/SciresM/hactool
synced 2024-11-26 14:00:23 +00:00
8 lines
175 B
C
8 lines
175 B
C
|
#ifndef NCATOOL_VERSION_H
|
||
|
#define NCATOOL_VERSION_H
|
||
|
|
||
|
/* Will become 1.0 when BKTR is implemented and I've done some refactoring... */
|
||
|
#define NCATOOL_VERSION "0.8"
|
||
|
|
||
|
#endif
|