NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros
version.h File Reference

Go to the source code of this file.

Macros

#define NVBIO_VERSION   100150
 
#define NVBIO_MAJOR_VERSION   (NVBIO_VERSION / 100000)
 
#define NVBIO_MINOR_VERSION   (NVBIO_VERSION / 100 % 1000)
 
#define NVBIO_SUBMINOR_VERSION   (NVBIO_VERSION % 100)
 
#define NVBIO_VERSION_STRING   "1.1.50"
 

Macro Definition Documentation

#define NVBIO_MAJOR_VERSION   (NVBIO_VERSION / 100000)

Definition at line 31 of file version.h.

#define NVBIO_MINOR_VERSION   (NVBIO_VERSION / 100 % 1000)

Definition at line 32 of file version.h.

#define NVBIO_SUBMINOR_VERSION   (NVBIO_VERSION % 100)

Definition at line 33 of file version.h.

#define NVBIO_VERSION   100150

Definition at line 30 of file version.h.

#define NVBIO_VERSION_STRING   "1.1.50"

Definition at line 35 of file version.h.