JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
version bump to 0.5.5 0.5.5
authorJason Woofenden <jason@jasonwoof.com>
Wed, 9 Dec 2009 20:31:23 +0000 (15:31 -0500)
committerJason Woofenden <jason@jasonwoof.com>
Wed, 9 Dec 2009 20:59:51 +0000 (15:59 -0500)
README
configure.ac

diff --git a/README b/README
index 681e0c1..b4bedf9 100644 (file)
--- 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.
index 1804a30..1441e4e 100644 (file)
@@ -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])