Updated graphonline. Fixed max clique search.

This commit is contained in:
Oleg Sh
2025-05-23 15:24:59 +02:00
parent 8a649df3cf
commit 6e8ee286d2
8 changed files with 6 additions and 6 deletions

View File

@@ -94,5 +94,5 @@
$g_config['vote'] = "./tmp/vote/vote.txt";
$g_config['voteTopics'] = "./tmp/vote/voteTopics.txt_";
$g_config['use_js_cache'] = true;
$g_config['engine_version'] = 94;
$g_config['engine_version'] = 95;
?>