hactool/version.h
2018-01-24 09:52:25 -08:00

7 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