MrSID Decode SDK for Raster Reference Manual  9.5.4.4709
lti_version.h
Go to the documentation of this file.
00001 /* //////////////////////////////////////////////////////////////////////////
00002 //                                                                         //
00003 // This code is Copyright (c) 2016 Celartem Inc. d.b.a. LizardTech,        //
00004 // 1008 Western Avenue, Suite 403, Seattle, WA 98104. Unauthorized use or  //
00005 // distribution prohibited.  Access to and use of this code is permitted   //
00006 // only under license from LizardTech. Portions of the code are protected  //
00007 // by US and foreign patents and other filings. All Rights Reserved.       //
00008 //                                                                         //
00010 /* PUBLIC */
00011 
00012 #ifndef LTI_VERSION_H
00013 #define LTI_VERSION_H
00014 
00015 #define LTI_SDK_VERSION 0x0954
00016 #define LTI_SDK_MAJOR  9
00017 #define LTI_SDK_MINOR  5
00018 #define LTI_SDK_REV    4
00019 
00020 #endif // LTI_VERSION_H
00021