From 806e643f2aeaa3b7e6f53e3377d6a5a7f775ff1f Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Thu, 28 May 2009 23:37:50 -0400 Subject: [PATCH] bumped version number to 0.5.4 --- .gitignore | 1 + README | 7 ++++++- config.h | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index fbac7cf..84971a6 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ font_guts font_guts.pov data/rock*.png data/icon.png +data/macicon.png data/ship.png data/life.png data/font.png diff --git a/README b/README index 0dd93b1..681e0c1 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Variations on Rockdodger 0.5.3 +Variations on Rockdodger 0.5.4 VoR is a quick action game where you drive a space ship and try to avoid crashing into rocks. Current information about vor can be found on the @@ -37,6 +37,11 @@ Changes from Rock Dodgers User-Visible Changes: +0.5.4: + * new sound effect and music + * F key toggles full-screen mode + * 3 key saves a screenshot + 0.5.3: * another attempt at fixing the x86 crashes. * made valgrind happy. diff --git a/config.h b/config.h index 203c5ca..402cbc2 100644 --- a/config.h +++ b/config.h @@ -1,7 +1,7 @@ #ifndef VOR_CONFIG_H #define VOR_CONFIG_H -#define VERSION "0.5.3" +#define VERSION "0.5.4" // screen size #define XSIZE 640 -- 1.7.10.4