[hitori/hitori-0-2] Release version 0.2.6



commit a4e7409df310925630e0f340e48a2ec576ae4334
Author: Philip Withnall <philip tecnocode co uk>
Date:   Sun Jan 30 14:01:21 2011 +0000

    Release version 0.2.6

 NEWS            |    5 +++++
 configure.ac    |    2 +-
 src/interface.c |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index dc79111..274f61a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,10 @@
 Major new features in version...
 
+0.2.6:
+* Update COPYING-DOCS to give the CC license rather than the GFDL
+  (with the documentation rewrite in 0.2.5, the documentation was relicensed to a
+   Creative Commons Attribution-ShareAlike 3.0 Unported license)
+
 0.2.5:
 * Convert documentation to Mallard format
 * Expand the documentation
diff --git a/configure.ac b/configure.ac
index 4203e28..e146aa9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([Hitori],[0.2.5],[https://bugzilla.gnome.org/enter_bug.cgi?product=hitori],[hitori],[http://live.gnome.org/Hitori])
+AC_INIT([Hitori],[0.2.6],[https://bugzilla.gnome.org/enter_bug.cgi?product=hitori],[hitori],[http://live.gnome.org/Hitori])
 
 AM_INIT_AUTOMAKE([check-news dist-bzip2 subdir-objects])
 AC_CONFIG_HEADERS([config.h])
diff --git a/src/interface.c b/src/interface.c
index 774d7c8..d0758a6 100644
--- a/src/interface.c
+++ b/src/interface.c
@@ -552,7 +552,7 @@ hitori_about_cb (GtkAction *action, Hitori *hitori)
 
 	gtk_show_about_dialog (GTK_WINDOW (hitori->window),
 				"version", VERSION,
-				"copyright", _("Copyright \xc2\xa9 2007\342\200\2232010 Philip Withnall"),
+				"copyright", _("Copyright \xc2\xa9 2007\342\200\2232011 Philip Withnall"),
 				"comments", _("A logic puzzle designed by Nikoli."),
 				"authors", authors,
 				"translator-credits", _("translator-credits"),



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