From 84669fdcf3fe7f06097105dbd54a404fd88c1a3b Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Tue, 27 Mar 2007 17:10:50 -0400 Subject: [PATCH] bumped version number --- README | 3 +++ config.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README b/README index 83dda8c..66a53e4 100644 --- a/README +++ b/README @@ -25,6 +25,9 @@ Changes from Rock Dodgers User-Visible Changes: +0.5.2: + * another attempt at fixing the x86 crashes. + 0.5.1: * another attempt at fixing the x86 crashes. diff --git a/config.h b/config.h index eeff270..a17c5df 100644 --- a/config.h +++ b/config.h @@ -1,7 +1,7 @@ #ifndef VOR_CONFIG_H #define VOR_CONFIG_H -#define VERSION "0.5.1" +#define VERSION "0.5.2" // screen size #define XSIZE 640 -- 1.7.10.4