From 7d18c619844bd1a5c62122ff9d167358806801e5 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Wed, 10 Feb 2016 22:24:17 -0500 Subject: [PATCH] version bump to 0.5.6 --- README | 5 ++++- configure.ac | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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]) -- 1.7.10.4