Missing version header template file
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Sun, 25 Sep 2011 10:10:33 +0000 (12:10 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Sun, 25 Sep 2011 10:10:33 +0000 (12:10 +0200)
src/ftdi_version_i.h.in [new file with mode: 0644]

diff --git a/src/ftdi_version_i.h.in b/src/ftdi_version_i.h.in
new file mode 100644 (file)
index 0000000..89e549a
--- /dev/null
@@ -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