hactool/version.h

8 lines
175 B
C
Raw Normal View History

2018-01-24 17:52:25 +00:00
#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