Advertisement
kenny11162

Untitled

May 7th, 2015
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. #ifndef __REVISION_H__
  2. #define __REVISION_H__
  3. #define _HASH "@rev_hash@"
  4. #define _DATE "@rev_date@"
  5. #define _BRANCH "@rev_branch@"
  6. #define _SOURCE_DIRECTORY "@CMAKE_SOURCE_DIR@"
  7. #define _MYSQL_EXECUTABLE "@MYSQL_EXECUTABLE@"
  8. #define _FULL_DATABASE "TDB_full_335.58_2015_03_21.sql"
  9. #define VER_COMPANYNAME_STR "TrinityCore Developers"
  10. #define VER_LEGALCOPYRIGHT_STR "(c)2008-2015 TrinityCore"
  11. #define VER_FILEVERSION 0,0,0
  12. #define VER_FILEVERSION_STR "@rev_hash@ @rev_date@ (@rev_branch@ branch)"
  13. #define VER_PRODUCTVERSION VER_FILEVERSION
  14. #define VER_PRODUCTVERSION_STR VER_FILEVERSION_STR
  15. #endif // __REVISION_H__
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement