Version.h | Version.h | |||
---|---|---|---|---|
skipping to change at line 27 | skipping to change at line 27 | |||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 US A | // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 US A | |||
// | // | |||
// Email: | // Email: | |||
// mhadji@gmail.com | // mhadji@gmail.com | |||
#pragma once | #pragma once | |||
#ifndef SIDX_VERSION_MAJOR | #ifndef SIDX_VERSION_MAJOR | |||
#define SIDX_VERSION_MAJOR 1 | #define SIDX_VERSION_MAJOR 1 | |||
#define SIDX_VERSION_MINOR 6 | #define SIDX_VERSION_MINOR 6 | |||
#define SIDX_VERSION_REV 0 | #define SIDX_VERSION_REV 1 | |||
#define SIDX_VERSION_BUILD 0 | #define SIDX_VERSION_BUILD 0 | |||
#endif | #endif | |||
#ifndef SIDX_VERSION_NUM | #ifndef SIDX_VERSION_NUM | |||
#define SIDX_VERSION_NUM (SIDX_VERSION_MAJOR*1000+SIDX_VERSION_MINOR*1 00+SIDX_VERSION_REV*10+SIDX_VERSION_BUILD) | #define SIDX_VERSION_NUM (SIDX_VERSION_MAJOR*1000+SIDX_VERSION_MINOR*1 00+SIDX_VERSION_REV*10+SIDX_VERSION_BUILD) | |||
#endif | #endif | |||
#ifndef SIDX_RELEASE_DATE | #ifndef SIDX_RELEASE_DATE | |||
#define SIDX_RELEASE_DATE 20100917 | #define SIDX_RELEASE_DATE 20101204 | |||
#endif | #endif | |||
#ifndef SIDX_RELEASE_NAME | #ifndef SIDX_RELEASE_NAME | |||
#define SIDX_RELEASE_NAME "1.6.0" | #define SIDX_RELEASE_NAME "1.6.1" | |||
#endif | #endif | |||
End of changes. 3 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added | |||