MrSID Decode SDK for Raster Reference Manual  9.0.0.3864
lti_version.h
Go to the documentation of this file.
00001 /* //////////////////////////////////////////////////////////////////////////
00002 //                                                                         //
00003 // This code is Copyright (c) 2010 - 2012 Celartem Inc. d.b.a. LizardTech, //
00004 // 1008 Western Avenue, Suite 200, 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 0x0900
00016 #define LTI_SDK_MAJOR  9
00017 #define LTI_SDK_MINOR  0
00018 #define LTI_SDK_REV    0
00019 
00020 #endif // LTI_VERSION_H
00021