[gbrainy] Getting ready for 1.30



commit ee6233c829c57cede955f46aaa2dedf8fcd5468e
Author: Jordi Mas <jmas softcatala org>
Date:   Fri Jan 1 13:48:16 2010 +0100

    Getting ready for 1.30

 NEWS         |   11 +++++++++++
 configure.ac |    4 ++--
 2 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 48002bb..7a9e24e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,16 @@
 gbrainy NEWS
 
+Version 1.3
+
+* Re-architectured for better multiplatform support
+* Personal records tracking
+* Improved player scoring algorithm
+* Better accessibility
+* 9 new verbal analogies and a new logic puzzle
+* Mallard documentation
+* More HIG complaint 
+* Bug fixes
+
 Version 1.2
 * 6 new games
 * Verbal analogies
diff --git a/configure.ac b/configure.ac
index 9ede20f..ac32b34 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(gbrainy, 1.24)
+AC_INIT(gbrainy, 1.30)
 AC_CONFIG_SRCDIR(src/Core/)
 
 AM_CONFIG_HEADER(config.h)
@@ -127,7 +127,7 @@ AC_CONFIG_FILES([src/Clients/Classical/gbrainy],[chmod +x src/Clients/Classical/
 GNOME_ICON_THEME_PREFIX=`$PKG_CONFIG --variable=prefix gnome-icon-theme`
 AC_SUBST(GNOME_ICON_THEME_PREFIX)
 
-COPYRIGHT="(c)2007-2009 Jordi Mas i Hernandez"
+COPYRIGHT="(c) 2007-2010 Jordi Mas i Hernandez"
 AC_SUBST(COPYRIGHT)
 
 AC_OUTPUT([



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]