PageRenderTime 20ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

/watools/plugins/WoT/version.h

http://webapptools.googlecode.com/
C Header | 21 lines | 16 code | 5 blank | 0 comment | 0 complexity | 66f20e80ad92e73b246790d8efc09650 MD5 | raw file
Possible License(s): GPL-2.0
  1. #ifndef VERSIONNO__H
  2. #define VERSIONNO__H
  3. #define VERSION_FULL 0.2.5.7
  4. #define VERSION_BASEYEAR 0
  5. #define VERSION_DATE "2010-08-17"
  6. #define VERSION_TIME "16:28:04"
  7. #define VERSION_MAJOR 0
  8. #define VERSION_MINOR 2
  9. #define VERSION_BUILDNO 5
  10. #define VERSION_EXTEND 7
  11. #define VERSION_FILE 0,2,5,7
  12. #define VERSION_PRODUCT 0,2,5,7
  13. #define VERSION_FILESTR "0,2,5,7"
  14. #define VERSION_PRODUCTSTR "0,2,5,7"
  15. #define VERSION_SVN "SVN $Revision: 414 $"
  16. #endif