From bc153c9a2cba5babc8a1748ec85bd00ed2167328 Mon Sep 17 00:00:00 2001 From: Matteo Nastasi Date: Fri, 17 Apr 2020 06:55:23 +0200 Subject: [PATCH] update version to 5.8.0 --- web/Obj/brisk.phh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index affe74a..335929b 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -153,7 +153,7 @@ $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 = "5.7.0"; +$G_brisk_version = "5.8.0"; /* MLANG: ALL THE INFO STRINGS IN brisk.phh */ $root_wellarr = array( 'it' => array ( 'Brisk (Ver. '.$G_brisk_version.'), NOVITA\': dati dai client via web-socket.', @@ -3580,4 +3580,4 @@ function login_consistency($name) } return (TRUE); } -?> \ No newline at end of file +?> -- 2.17.1