mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
use VERSION macro for version instead of hardcoding it
This commit is contained in:
@@ -70,7 +70,7 @@ void config(HWND hwndParent)
|
||||
}
|
||||
void about(HWND hwndParent)
|
||||
{
|
||||
MessageBox(hwndParent,"Winamp FLAC Plugin v0.5, by Josh Coalson\nSee http://flac.sourceforge.net/","About FLAC Plugin",MB_OK);
|
||||
MessageBox(hwndParent,"Winamp FLAC Plugin v" VERSION ", by Josh Coalson\nSee http://flac.sourceforge.net/","About FLAC Plugin",MB_OK);
|
||||
}
|
||||
|
||||
void init()
|
||||
|
||||
Reference in New Issue
Block a user