Skip to content

Commit

Permalink
new build
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZammler committed May 3, 2019
1 parent ed4a0c7 commit 7006bb0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile.linux
Expand Up @@ -188,10 +188,10 @@ clean:
# pack everything in a nice lha file
release:
rm -rf iGame_rel/iGame/
rm iGame_rel/iGame.info
#rm iGame_rel/iGame.info
mkdir iGame_rel/iGame-$(DATE)
echo "#ifndef VERSION" > src/version.h
echo "#define VERSION \"\$$VER:version 2.0b4 ("$(DATE)")"\" >> src/version.h
echo "#define VERSION \"\$$VER:version 2.0b5 ("$(DATE)")"\" >> src/version.h
echo "#endif" >> src/version.h
make iGame -f Makefile.linux
make iGame.030 -f Makefile.linux
Expand Down
Binary file added iGame_rel/iGame-2019-05-03.lha
Binary file not shown.
4 changes: 2 additions & 2 deletions src/iGameGUI.c
Expand Up @@ -2,7 +2,7 @@
iGameGUI.c
GUI source for iGame
Copyright (c) 2018, Emmanuel Vasilakis
Copyright (c) 2019, Emmanuel Vasilakis and contributors
This file is part of iGame.
Expand Down Expand Up @@ -239,7 +239,7 @@ struct ObjApp * CreateApp(void)
strcpy(about_text, "iGame\n");
strcat(about_text, VERSION);
strcat(about_text, "\n\n");
strcat(about_text, "Copyright 2005-2018\n");
strcat(about_text, "Copyright 2005-2019\n");
strcat(about_text, GetMBString(MSG_TX_About));

object->STR_TX_About = (CONST_STRPTR)about_text;
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
@@ -1,3 +1,3 @@
#ifndef VERSION
#define VERSION "$VER:version 2.0b4 (2019-01-15)"
#define VERSION "$VER:version 2.0b5 (2019-05-03)"
#endif

0 comments on commit 7006bb0

Please sign in to comment.