From: Jason Woofenden Date: Thu, 11 Feb 2016 03:24:17 +0000 (-0500) Subject: version bump to 0.5.6 X-Git-Tag: 0.5.6 X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=commitdiff_plain;h=7d18c619844bd1a5c62122ff9d167358806801e5 version bump to 0.5.6 --- diff --git a/README b/README index b4bedf9..cc11202 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Variations on Rockdodger 0.5.5 +Variations on Rockdodger 0.5.6 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,9 @@ Changes from Rock Dodgers User-Visible Changes: +0.5.6: + * Some rocks dissapear when hit by your exploding ship sparks + 0.5.4: * new sound effect and music * F key toggles full-screen mode diff --git a/configure.ac b/configure.ac index e0e0b7c..d15ef87 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.5, jason@jasonwoof.com, vor) +AC_INIT(VoR, 0.5.6, jason@jasonwoof.com, vor) AC_CONFIG_SRCDIR([config.h.in]) AC_CONFIG_HEADERS([config.h])