libftdi1  1.0
ftdi_version_i.h
Go to the documentation of this file.
00001 #ifndef FTDI_VERSION_INTERNAL_H
00002 #define FTDI_VERSION_INTERNAL_H
00003 
00004 #define FTDI_MAJOR_VERSION 1
00005 #define FTDI_MINOR_VERSION 0
00006 #define FTDI_MICRO_VERSION 0
00007 
00008 const char FTDI_VERSION_STRING[] = "1.0";
00009 const char FTDI_SNAPSHOT_VERSION[] = "unknown";
00010 
00011 #endif