mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 17:38:35 +02:00
Initial commit
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
#ifndef FTDI_VERSION_INTERNAL_H
|
||||
#define FTDI_VERSION_INTERNAL_H
|
||||
|
||||
#define FTDI_MAJOR_VERSION @MAJOR_VERSION@
|
||||
#define FTDI_MINOR_VERSION @MINOR_VERSION@
|
||||
#define FTDI_MICRO_VERSION 0
|
||||
|
||||
const char FTDI_VERSION_STRING[] = "@VERSION_STRING@";
|
||||
const char FTDI_SNAPSHOT_VERSION[] = "@SNAPSHOT_VERSION@";
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user