From 2011042d8fec99bf173cbfde2ea1c6f89fa0c119 Mon Sep 17 00:00:00 2001 From: stephena Date: Wed, 21 Apr 2010 16:10:39 +0000 Subject: [PATCH] And yet more things I forgot in the last commit. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2018 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- Copyright.txt | 5 +++-- Readme.txt | 2 +- src/common/Version.hxx | 1 - 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Copyright.txt b/Copyright.txt index dac25c717..828c035cf 100644 --- a/Copyright.txt +++ b/Copyright.txt @@ -9,10 +9,11 @@ SSSS ttt eeeee llll llll aaaaa =========================================================================== - License Information and Copyright Notice + License Information and Copyright Notice =========================================================================== -Copyright (C) 1995-2010 Bradford W. Mott and the Stella Team +Copyright (C) 1995-2010 Bradford W. Mott, Stephen Anthony and the +Stella Team 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 the Free diff --git a/Readme.txt b/Readme.txt index fed824aaa..3e643c48f 100644 --- a/Readme.txt +++ b/Readme.txt @@ -9,4 +9,4 @@ the Stella Website at: Enjoy, The Stella Team -April 23, 2010 +April 22, 2010 diff --git a/src/common/Version.hxx b/src/common/Version.hxx index be4914ba8..7d186aaf2 100644 --- a/src/common/Version.hxx +++ b/src/common/Version.hxx @@ -23,7 +23,6 @@ #include #define STELLA_VERSION "3.1" - #define STELLA_BUILD atoi("$Rev$"+6) #endif