Update version numbers for 0.4 release master v0.4
authorPat Thoyts <patthoyts@users.sourceforge.net>
Tue, 24 Aug 2010 20:17:32 +0000 (21:17 +0100)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Tue, 24 Aug 2010 20:17:32 +0000 (21:17 +0100)
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Anagramarama.nsi
Makefile.vc
readme

index 41751135faa8cb51a90474fe2812024243c1545c..f1a5f2c7ff1af5277f01d7570c903d24808a74b4 100644 (file)
@@ -29,8 +29,8 @@
 !include "LangFile.nsh"
 
 !define AG_RELEASE_MAJOR 0
 !include "LangFile.nsh"
 
 !define AG_RELEASE_MAJOR 0
-!define AG_RELEASE_MINOR 3
-!define AG_RELEASE_PATCH 2
+!define AG_RELEASE_MINOR 4
+!define AG_RELEASE_PATCH 0
 
 Name "Anagramarama"
 OutFile "Anagramarama${AG_RELEASE_MAJOR}${AG_RELEASE_MINOR}.exe"
 
 Name "Anagramarama"
 OutFile "Anagramarama${AG_RELEASE_MAJOR}${AG_RELEASE_MINOR}.exe"
index 98e9ab61d9c0a95a000399bc2eeb0472ecd13b85..2db70a97ce57c6ec60ebeb53d0ff860a9dbb606c 100644 (file)
@@ -7,7 +7,7 @@
 # $Id$
 #-------------------------------------------------------------------------
 
 # $Id$
 #-------------------------------------------------------------------------
 
-VERSION=0.3
+VERSION=0.4
 
 # You should set SDLDIR to the directory containing your SDL include
 # and lib directories.
 
 # You should set SDLDIR to the directory containing your SDL include
 # and lib directories.
diff --git a/readme b/readme
index 295a9dd14c3373b13a884685d202c5239d3a0b5c..b1dadb2a82365706f8000fafb9629b6ae04808da 100644 (file)
--- a/readme
+++ b/readme
@@ -1,12 +1,16 @@
-Anagramarama 0.2
-(c) 2003-2007 Colm Gallagher - under the terms of the GPL - see gpl.txt for details.
+Anagramarama
 
 Version 0.1 -   still needs a high score table and some
                informational messages, but you can play a game.
 
 Version 0.1 -   still needs a high score table and some
                informational messages, but you can play a game.
+
 Version 0.2 -   Added keyboard support and the scrabble wordlist
 
 Version 0.3 -   Added internationalisation, portuguese is the first available
                 language, many more to follow!
 
 Version 0.2 -   Added keyboard support and the scrabble wordlist
 
 Version 0.3 -   Added internationalisation, portuguese is the first available
                 language, many more to follow!
 
---
-colm@coralquest.com
+Version 0.4 -   Numerous bug-fixes and French support.
+
+
+Copyright (c) 2003-2010 Colm Gallagher et al.
+
+Licensed under the terms of the GPL - see gpl.txt for details.