From b5a8e7f4991ef21b67e29f5300bc3c433be649c4 Mon Sep 17 00:00:00 2001
From: "Matteo Nastasi (mop)" <nastasi@alternativeoutput.it>
Date: Wed, 26 Feb 2014 09:33:31 +0100
Subject: [PATCH] update TODO and version.

---
 TODO.txt          | 10 +++++-----
 web/Obj/brisk.phh |  6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/TODO.txt b/TODO.txt
index d4a38d8..862e2a4 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -4,11 +4,11 @@
   FEATURES |
  ----------+
    - PLACEMENT-NORMALIZATION
-      . Normalize previous points
-      . Denormalize "Info" view
-      . Denormalize explained matches
-      . Check placement
-      . Distinguish between inherited mult and local mult
+      DONE . Normalize previous points
+      DONE . Denormalize "Info" view
+      DONE . Denormalize explained matches
+      DONE . Check placement
+      DONE . Distinguish between inherited mult and local mult
 
    - AUTO-MAINTENANCE
      . Terms Of Service acceptance
diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh
index 1fbfa0a..e19b659 100644
--- a/web/Obj/brisk.phh
+++ b/web/Obj/brisk.phh
@@ -150,12 +150,12 @@ $mlang_brisk = array( 'btn_backstand'=> array( 'it' => 'torna in piedi',
 $G_lng = langtolng($G_lang);
 
 $G_all_points = array( 11,10,4,3,2, 0,0,0,0,0 );
-$G_brisk_version = "4.12.4";
+$G_brisk_version = "4.13.0";
 
 /* MLANG: ALL THE INFO STRINGS IN brisk.phh */
-$root_wellarr = array( 'it' => array ( 'Brisk (Ver. '.$G_brisk_version.'), <b>NOVITA\'</b>: potenziato il sistema di debug.',
+$root_wellarr = array( 'it' => array ( 'Brisk (Ver. '.$G_brisk_version.'), <b>NOVITA\'</b>: nuovo sistema per calcolare le classifiche, corretto bug nel comando cont',
                                        'Se vuoi iscriverti alla <a target="_blank" href="mailto:ml-briscola+subscribe@milug.org">Mailing List</a>, cliccala!' ),
-                       'en' => array ( 'Brisk (Ver. '.$G_brisk_version.'), <b>NEWS</b>: empowered logging system.',
+                       'en' => array ( 'Brisk (Ver. '.$G_brisk_version.'), <b>NEWS</b>: new placements calculation system, cont command fixed.',
                                        'If you want to subscribe our <a target="_blank" href="ml-briscola+subscribe@milug.org">Mailing List</a>, click it!' ) );
 
 $G_room_help = array( 'it' => '
-- 
2.17.1