use FLAC__VERSION_STRING for version

This commit is contained in:
Josh Coalson 2001-01-19 23:28:38 +00:00
parent 8596d93bb9
commit 824f4708ce

View File

@ -70,7 +70,7 @@ void config(HWND hwndParent)
}
void about(HWND hwndParent)
{
MessageBox(hwndParent,"Winamp FLAC Plugin v" VERSION ", by Josh Coalson\nSee http://flac.sourceforge.net/","About FLAC Plugin",MB_OK);
MessageBox(hwndParent,"Winamp FLAC Plugin v" FLAC__VERSION_STRING ", by Josh Coalson\nSee http://flac.sourceforge.net/","About FLAC Plugin",MB_OK);
}
void init()