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

View File

@@ -51,6 +51,9 @@
#include "brush.h"
#include "input.h"
extern char SVN_revision[]; // generated in version.c
extern char Program_version[]; // generated in pversion.c
extern short Old_MX;
extern short Old_MY;
@@ -113,7 +116,7 @@ void Button_Message_initial(void)
char str[21];
int x_pos,offs_y,x,y;
sprintf(str,"GrafX %d.%.2d%s%s",VERSION1, VERSION2, ALPHA_BETA,PERCENTAGE_VERSION);
sprintf(str,"GrafX2 version %s.%s",Program_version,SVN_revision);
Open_window(260,172,str);
Window_display_frame_in(10,20,239,62);