cvmx-version.h revision 210284
1/* Version information is made available at compile time in two forms:
2** 1) a version string for printing
3** 2) a combined SDK version and build number, suitable for comparisons
4**    to determine what SDK version is being used.
5**    SDK 1.2.3 build 567 => 102030567
6**    Note that 2 digits are used for each version number, so that:
7**     1.9.0  == 01.09.00 < 01.10.00 == 1.10.0
8**     10.9.0 == 10.09.00 > 09.10.00 == 9.10.0
9**
10*/
11#define OCTEON_SDK_VERSION_NUM  109000312ull
12#define OCTEON_SDK_VERSION_STRING   "Cavium Networks Octeon SDK version 1.9.0, build 312"
13