Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
!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"
# $Id$
#-------------------------------------------------------------------------
# $Id$
#-------------------------------------------------------------------------
# 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.
-Anagramarama 0.2
-(c) 2003-2007 Colm Gallagher - under the terms of the GPL - see gpl.txt for details.
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!
+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.