From: Jason Woofenden Date: Wed, 9 Dec 2009 20:31:23 +0000 (-0500) Subject: version bump to 0.5.5 X-Git-Tag: 0.5.5 X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=commitdiff_plain;h=bb8c494ed48df53e05d317ca1a6b88885f9f3ea8 version bump to 0.5.5 --- 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])