From bb8c494ed48df53e05d317ca1a6b88885f9f3ea8 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Wed, 9 Dec 2009 15:31:23 -0500 Subject: [PATCH] version bump to 0.5.5 --- README | 3 ++- configure.ac | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README b/README index 681e0c1..b4bedf9 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Variations on Rockdodger 0.5.4 +Variations on Rockdodger 0.5.5 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 @@ -84,6 +84,7 @@ User-Visible Changes: Internal Technical Changes: + * Build system now uses autoconf (as of 0.5.5) * Replaced SFont with Jason's font.c * Started factoring a lot of stuff out of main into their own .c files. * Removed a bunch of unused code. diff --git a/configure.ac b/configure.ac index 1804a30..1441e4e 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.63]) -AC_INIT(VoR, 0.5.4, jason@jasonwoof.com, vor) +AC_INIT(VoR, 0.5.5, jason@jasonwoof.com, vor) AC_CONFIG_SRCDIR([config.h.in]) AC_CONFIG_HEADERS([config.h]) -- 1.7.10.4