/* //////////////////////////////////////////////////////////////////////////
//                                                                         //
// This code is Copyright (c) 2016 Celartem Inc. d.b.a. LizardTech,        //
// 1008 Western Avenue, Suite 403, Seattle, WA 98104. Unauthorized use or  //
// distribution prohibited.  Access to and use of this code is permitted   //
// only under license from LizardTech. 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 0x0954
#define LTI_SDK_MAJOR  9
#define LTI_SDK_MINOR  5
#define LTI_SDK_REV    4

#endif // LTI_VERSION_H

