From: Jason Woofenden Date: Fri, 29 May 2009 03:37:50 +0000 (-0400) Subject: bumped version number to 0.5.4 X-Git-Tag: 0.5.4 X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=commitdiff_plain;h=806e643f2aeaa3b7e6f53e3377d6a5a7f775ff1f;ds=sidebyside bumped version number to 0.5.4 --- 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