Release 1.0.1

This commit is contained in:
Devin Torres 2013-09-25 20:06:52 -05:00
parent 55ee9cb426
commit 09457e2760

View file

@ -10,10 +10,10 @@
extern "C" {
#endif
#define HOEDOWN_VERSION "1.0.0"
#define HOEDOWN_VERSION "1.0.1"
#define HOEDOWN_VERSION_MAJOR 1
#define HOEDOWN_VERSION_MINOR 0
#define HOEDOWN_VERSION_REVISION 0
#define HOEDOWN_VERSION_REVISION 1
/********************
* TYPE DEFINITIONS *