version.h
1 #ifndef GIGA_VERSION_H_
2 #define GIGA_VERSION_H_
3 
4 #define GIGA_VERSION "0.2.0"
5 #define GIGA_BUILD "bd113b1680c6fb6db8e0d3b0b2dc7389e2c53503"
6 
7 #define GIGA_UA "gigasdk/0.2.0-bd113b1680c6fb6db8e0d3b0b2dc7389e2c53503"
8 
9 #endif