mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-11-15 03:15:05 -05:00
13 lines
490 B
C
13 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"
|