update version to 0.5

This commit is contained in:
Josh Coalson
2001-01-16 00:12:58 +00:00
parent c00438cc58
commit c08be9ac3b
5 changed files with 18 additions and 18 deletions

View File

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