/*
 * Copyright (c) 2013-2014 TRUSTONIC LIMITED
 * All rights reserved
 *
 * The present software is the confidential and proprietary information of
 * TRUSTONIC LIMITED. You shall not disclose the present software and shall
 * use it only in accordance with the terms of the license agreement you
 * entered into with TRUSTONIC LIMITED. This software may be subject to
 * export or import laws in certain countries.
 */
#ifndef TLAPI_VERSION_H_
#define TLAPI_VERSION_H_

#define TLAPI_VERSION_MAJOR 1
#define TLAPI_VERSION_MINOR 15

#endif /** TLAPI_VERSION_H_ */

