You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

version.h 760B

123456789101112131415161718192021
  1. #ifndef VERSION_H
  2. #define VERSION_H
  3. #define VER_FILEVERSION 1,0,0,0
  4. #define VER_FILEVERSION_STR "1.0.0.0\0"
  5. #define VER_PRODUCTVERSION 1,0,0,0
  6. #define VER_PRODUCTVERSION_STR "1.0\0"
  7. #define VER_COMPANYNAME_STR "Your Organization"
  8. #define VER_FILEDESCRIPTION_STR "CoolApplication"
  9. #define VER_INTERNALNAME_STR "CoolApplication"
  10. #define VER_LEGALCOPYRIGHT_STR "Copyright © 2010 Your Organization"
  11. #define VER_LEGALTRADEMARKS1_STR "All Rights Reserved"
  12. #define VER_LEGALTRADEMARKS2_STR VER_LEGALTRADEMARKS1_STR
  13. #define VER_ORIGINALFILENAME_STR "coolapplication.exe"
  14. #define VER_PRODUCTNAME_STR "CoolApplication"
  15. #define VER_COMPANYDOMAIN_STR "example.org"
  16. #endif // VERSION_H