MA FTDI utilities  v1.0
 All Files Functions Pages
version.h
Go to the documentation of this file.
1 
19 #ifndef __VERSION_H__
20 
21 #define __VERSION_NUM_H__
22 
23 #define VERSION_MAJOR 1
24 #define VERSION_MINOR 0
25 #define VERSION_PATCHLEVEL 7
26 
27 #define YEARS "2013-2014"
28 
29 #endif // __VERSION_H__