Go to the documentation of this file.
30 #define NVBIO_VERSION 100150 // 1.1.50
31 #define NVBIO_MAJOR_VERSION (NVBIO_VERSION / 100000)
32 #define NVBIO_MINOR_VERSION (NVBIO_VERSION / 100 % 1000)
33 #define NVBIO_SUBMINOR_VERSION (NVBIO_VERSION % 100)
35 #define NVBIO_VERSION_STRING "1.1.50"