Subversion Repositories currency_converter

Rev

Blame | Last modification | View Log | RSS feed

  1. /* THIS FILE WILL BE OVERWRITTEN BY DEV-C++ */
  2. /* DO NOT EDIT ! */
  3.  
  4. #ifndef PROJEKT1_PRIVATE_H
  5. #define PROJEKT1_PRIVATE_H
  6.  
  7. /* VERSION DEFINITIONS */
  8. #define VER_STRING      "0.1.1.1"
  9. #define VER_MAJOR       0
  10. #define VER_MINOR       1
  11. #define VER_RELEASE     1
  12. #define VER_BUILD       1
  13. #define COMPANY_NAME    ""
  14. #define FILE_VERSION    "0.1.1.1"
  15. #define FILE_DESCRIPTION        "Developed using the Dev-C++ IDE"
  16. #define INTERNAL_NAME   ""
  17. #define LEGAL_COPYRIGHT ""
  18. #define LEGAL_TRADEMARKS        ""
  19. #define ORIGINAL_FILENAME       ""
  20. #define PRODUCT_NAME    ""
  21. #define PRODUCT_VERSION ""
  22.  
  23. #endif /*PROJEKT1_PRIVATE_H*/
  24.