Updated version number and README. Makefile can now change program version label, with 'make version LABEL=2.whatever

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@838 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2009-06-06 19:01:48 +00:00
parent a92fd3da13
commit 106912a5a0
9 changed files with 59 additions and 32 deletions

6
main.c
View File

@@ -404,10 +404,8 @@ int Init_program(int argc,char * argv[])
}
Joystick = SDL_JoystickOpen(0);
SDL_EnableKeyRepeat(250, 32);
if(ALPHA_BETA[0]=='ß')
SDL_WM_SetCaption("GrafX2 beta "PERCENTAGE_VERSION,"GrafX2");
else
SDL_WM_SetCaption("GrafX2 v2.00 final","GrafX2");
SDL_WM_SetCaption("GrafX2","GrafX2");
{
// Routine pour définir l'icone.
char icon_path[MAX_PATH_CHARACTERS];