Version number changed to 0.3

This commit is contained in:
Josh Coalson 2000-12-17 19:05:51 +00:00
parent bb7f6b99d0
commit 288c9dea5c
1 changed files with 1 additions and 1 deletions

View File

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