buildType.h 490 B

12345678910111213
  1. #pragma once
  2. /* This file will be generated by the build process automatically
  3. You can modify this file to have sane values for local developer builds */
  4. #define APP_VERSION "5.9.2"
  5. #define APP_VERSION_STRING "5.9.2 Build 10042"
  6. #define APP_VERSION_NUM 0x00005092
  7. #define BUILD_NUMBER 10042
  8. #define WINAMP_FILEVER 5,9,2,10042
  9. #define WINAMP_PRODUCTVER 5,9,2,10042
  10. #define STR_WINAMP_FILEVER "5,9,2,10042"
  11. #define STR_WINAMP_PRODUCTVER "5,9,2,10042"
  12. #define SPECIAL_BUILD_NAME L"Winamp"