From 4a95e8ac87e7575e0e0e28362b054c57e0902f08 Mon Sep 17 00:00:00 2001 From: Nick Gasson Date: Sun, 1 Aug 2010 11:13:18 +0100 Subject: [PATCH] Bump version to 0.6.1 --- configure.ac | 2 +- src/Main.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 43c085b..d3268a2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Lunar Lander], [0.6.0], +AC_INIT([Lunar Lander], [0.6.1], [Nick Gasson ], [lander]) AM_INIT_AUTOMAKE([-Wall -Werror]) diff --git a/src/Main.cpp b/src/Main.cpp index 72ac127..e2d5716 100644 --- a/src/Main.cpp +++ b/src/Main.cpp @@ -1,6 +1,6 @@ // // Main.cpp - Program entry point. -// Copyright (C) 2006-2009 Nick Gasson +// Copyright (C) 2006-2010 Nick Gasson // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -98,7 +98,7 @@ int main(int argc, char **argv) const int DEFAULT_SOUND = true; cout << "Lunar Lander " << VERSION << endl << endl - << "Copyright (C) 2006-2009 Nick Gasson" << endl + << "Copyright (C) 2006-2010 Nick Gasson" << endl << "This program comes with ABSOLUTELY NO WARRANTY. This is free software, and" << endl << "you are welcome to redistribute it under certain conditions. See the GNU" << endl << "General Public Licence for details." << endl << endl; -- 2.39.2