From 226571664bfd0b5d9916c512f03c3ea1aed396d8 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Sun, 22 May 2016 17:07:47 -0400 Subject: [PATCH] bump version to 0.5.7 --- README | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index cc11202..acbcfda 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Variations on Rockdodger 0.5.6 +Variations on Rockdodger 0.5.7 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 diff --git a/configure.ac b/configure.ac index d15ef87..d7e006a 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.6, jason@jasonwoof.com, vor) +AC_INIT(VoR, 0.5.7, jason@jasonwoof.com, vor) AC_CONFIG_SRCDIR([config.h.in]) AC_CONFIG_HEADERS([config.h]) -- 1.7.10.4