MrSID Decode SDK for Raster Reference Manual
9.1.0.4045
Main Page
Namespaces
Classes
Files
Examples
File List
File Members
lti_version.h
Go to the documentation of this file.
1
/* //////////////////////////////////////////////////////////////////////////
2
// //
3
// This code is Copyright (c) 2010 - 2012 Celartem Inc. d.b.a. LizardTech, //
4
// 1008 Western Avenue, Suite 200, Seattle, WA 98104. Unauthorized use or //
5
// distribution prohibited. Access to and use of this code is permitted //
6
// only under license from LizardTech. Portions of the code are protected //
7
// by US and foreign patents and other filings. All Rights Reserved. //
8
// //
10
/* PUBLIC */
11
12
#ifndef LTI_VERSION_H
13
#define LTI_VERSION_H
14
15
#define LTI_SDK_VERSION 0x0910
16
#define LTI_SDK_MAJOR 9
17
#define LTI_SDK_MINOR 1
18
#define LTI_SDK_REV 0
19
20
#endif // LTI_VERSION_H
21
LizardTech