From: Matteo Nastasi (mop) Date: Wed, 2 Jan 2013 09:59:41 +0000 (+0100) Subject: version updated to 4.5.0 X-Git-Tag: v4.5.0 X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=649dff8f709e59058c9c0a2cd6c3c12458c660d1;p=brisk.git version updated to 4.5.0 --- diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index c7233f5..bc4c9cf 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -140,10 +140,10 @@ $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.4.2"; +$G_brisk_version = "4.5.0"; /* MLANG: ALL THE INFO STRINGS IN brisk.phh */ -$root_wellarr = array( 'it' => array ( 'Brisk (Ver. '.$G_brisk_version.'), NOVITA\': nuovo stream dati xhr, prima versione completa, chiusi alcuni bug.', +$root_wellarr = array( 'it' => array ( 'Brisk (Ver. '.$G_brisk_version.'), NOVITA\': nuova visualizzazione dello stato della connessione dati.', 'Se vuoi iscriverti alla Mailing List, cliccala!' ), 'en' => array ( 'Brisk (Ver. '.$G_brisk_version.'), NEWS: usage of reader/writer locking instead of generic exclusive locking.', 'If you want to subscribe our Mailing List, click it!' ) );