#ifndef __VERSION_H_INCLUDED__
#define __VERSION_H_INCLUDED__

#define VERSION "1.1.22"
// 1.1.22   : 2017.12.06 : [swd] Enable stack protection
// 1.1.21   : 2017.07.11 : [nwd-swd] Make a new feature "USE_DRKV2" for exynos chipsets to increase wsm buffer size
// 1.1.20   : 2017.05.30 : [nwd-swd] Change tlv buffer pointer to tlv buffer array index because of buffer address issue
// 1.1.19   : 2017.05.18 : [swd] Boundary check is added before memcpy and proper value is used to avid unpredicted and undefined behavior
// 1.1.18   : 2017.04.12 : [swd] Make local copies of the command buffer from NWD for avoiding race condition
// 1.1.17   : 2017.02.27 : [swd] Producer check before run the API "tlApiUnwrapObject"
// 1.1.16   : 2016.12.23 : [nwd] Added two functions checkServicekey(), checkCert() for keystring app - mldapchecker(*#65327#)
// 1.1.15   : 2016.04.27 : Using KDF+AES to instead SFS
// 1.1.14   : 2016.03.16 : Apply new DRK API to generate Service Key
// 1.1.13   : 2015.10.08 : [swd] Added drivers for exynos8890 and modified build4mc.sh
// 1.1.12   : 2015.04.28 : MLDAP optimized.
// 1.1.11   : 2014.07.17 : [swd]Add driver folder for 5433 and add OEM Flag checking API changes in swd.
// 1.1.10   : 2014.07.02 : Fix signature length during certificate generation
// 1.1.9    : 2014.06.17 : block checkIntegrity
// 1.1.8    : 2014.06.13 : modify checkIntegrity for preload apk
// 1.1.7    : 2014.06.10 : Add Blowfish TZ
// 1.1.6    : 2014.05.14 : Remove USE_EXYNOS_5XXX special handling during Mobicore OpenSession
// 1.1.5    : 2014.05.05 : [nwd] modify month of local time for cert checking
// 1.1.4    : 2014.04.30 : [nwd] change libcrypto library from static to shared for apkverify
// 1.1.3    : 2014.04.24 : Change USE_EXYNOS_5420 -> USE_EXYNOS_5XXX, remove sensitive log information
// 1.1.2    : 2014.04.22 : [nwd] disable pcr folder mount code for mobicore to not use root permission
// 1.1.1    : 2014.04.22 : Add support for Mobicore 5420 device. It has different way of setting up shared memory
//                         Fix small bug in TLV.c
//                         Optimize makefiles and upload scripts
//                         [nwd] Fix bug when QSEECom_set_bandwidth(false) is not called because of error
// 1.1.0    : 2014.04.17 : [nwd] remove libMlService.so and mldaemon, modify apk verification
//                         [swd] add to check integrity in handleCmd, modify pcr data saving location
// 1.0.11   : 2014.04.16 : [nwd] add to create sd dir for mobicore
// 1.0.10   : 2014.04.15 : [nwd] modify encrypted sw drk location
// 1.0.9    : 2014.04.09 : [nwd] modify keyInfo.crt value to 1
// 1.0.8    : 2014.03.17 : [both] Add support for RSA 4096, fix MobiCore with USE_SW_BASED_DRK=TRUE, other small fixes
// 1.0.7    : 2014.01.16 : Support library integrity check function
// 1.0.6    : 2013.11.01 : Fixed MobiCore version of SKM
// 1.0.5    : 2013.10.26 : Support generation for all callers, sharing SK with other trustlets
// 1.0.4    : 2013.08.29 : Support Symmetric Key
// 1.0.3    : 2013.08.16 : sync() will be called after DRK install both from QC & Mobicore


#endif /* __VERSION_H_INCLUDED__ */
