2016-09-11 09:42:19 +00:00
|
|
|
/**
|
2016-09-11 20:20:15 +00:00
|
|
|
* Author......: See docs/credits.txt
|
2016-09-11 09:42:19 +00:00
|
|
|
* License.....: MIT
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _VERSION_H
|
|
|
|
#define _VERSION_H
|
|
|
|
|
2016-09-12 07:11:42 +00:00
|
|
|
#define VERSION 0
|
|
|
|
|
2016-09-11 09:42:19 +00:00
|
|
|
#endif // _VERSION_H
|