SCENE C++ API  2.1.0
lsapiversion.h
1 #pragma once
2 
6 
7 // Compile time API version numbers as inidividual components
8 #define LS_API_VERSION_MAJOR 2
9 #define LS_API_VERSION_MINOR 1
10 #define LS_API_VERSION_PATCH 0
11 #define LS_API_VERSION_BUILD 11242
12 
13 // Compile time API version number string with full version number
14 #define LS_API_VERSION "2.1.0.11242"