/* $Id$ */ /* ////////////////////////////////////////////////////////////////////////// // // // This code is Copyright (c) 2008 LizardTech, Inc, 1008 Western Avenue, // // Suite 200, Seattle, WA 98104. Unauthorized use or distribution // // prohibited. Access to and use of this code is permitted only under // // license from LizardTech, Inc. Portions of the code are protected by // // US and foreign patents and other filings. All Rights Reserved. // // // ////////////////////////////////////////////////////////////////////////// */ /* PUBLIC */ #ifndef LTI_VERSION_H #define LTI_VERSION_H #define LTI_SDK_VERSION 0x0850 #define LTI_SDK_MAJOR 8 #define LTI_SDK_MINOR 5 #define LTI_SDK_REV 0 #endif // LTI_VERSION_H