hactool/version.h
2018-02-02 21:35:43 -08:00

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