/watools/plugins/WoT/version.h
C Header | 21 lines | 16 code | 5 blank | 0 comment | 0 complexity | 66f20e80ad92e73b246790d8efc09650 MD5 | raw file
Possible License(s): GPL-2.0
- #ifndef VERSIONNO__H
- #define VERSIONNO__H
- #define VERSION_FULL 0.2.5.7
- #define VERSION_BASEYEAR 0
- #define VERSION_DATE "2010-08-17"
- #define VERSION_TIME "16:28:04"
- #define VERSION_MAJOR 0
- #define VERSION_MINOR 2
- #define VERSION_BUILDNO 5
- #define VERSION_EXTEND 7
- #define VERSION_FILE 0,2,5,7
- #define VERSION_PRODUCT 0,2,5,7
- #define VERSION_FILESTR "0,2,5,7"
- #define VERSION_PRODUCTSTR "0,2,5,7"
- #define VERSION_SVN "SVN $Revision: 414 $"
- #endif