14 lines
490 B
C
14 lines
490 B
C
|
#pragma once
|
||
|
/* This file will be generated by the build process automatically
|
||
|
You can modify this file to have sane values for local developer builds */
|
||
|
|
||
|
#define APP_VERSION "5.9.2"
|
||
|
#define APP_VERSION_STRING "5.9.2 Build 10042"
|
||
|
#define APP_VERSION_NUM 0x00005092
|
||
|
#define BUILD_NUMBER 10042
|
||
|
#define WINAMP_FILEVER 5,9,2,10042
|
||
|
#define WINAMP_PRODUCTVER 5,9,2,10042
|
||
|
#define STR_WINAMP_FILEVER "5,9,2,10042"
|
||
|
#define STR_WINAMP_PRODUCTVER "5,9,2,10042"
|
||
|
#define SPECIAL_BUILD_NAME L"Winamp"
|