cbc => 2.8.5

This commit is contained in:
lperron@google.com
2013-09-23 17:03:25 +00:00
parent db48748491
commit e4b935a137
2 changed files with 2 additions and 3 deletions

View File

@@ -72,8 +72,7 @@ public class KenKen2
x[cc[2]-1,cc[3]-1] *
x[cc[4]-1,cc[5]-1]) == res;
} else {
this_prod = (
x[cc[0]-1,cc[1]-1] *
this_prod = (x[cc[0]-1,cc[1]-1] *
x[cc[2]-1,cc[3]-1] *
x[cc[4]-1,cc[5]-1] *
x[cc[6]-1,cc[7]-1]) == res;

View File

@@ -3,7 +3,7 @@ GFLAGS_TAG = 76 # version 2.0
PROTOBUF_TAG = 498 # version 2.5.0 + fix
GOOGLE_APPUTILS_TAG = 13 # 0.3.0
SPARSEHASH_TAG = 116 # 2.0.2
CBC_TAG = 2.8.3
CBC_TAG = 2.8.5
SWIG_TAG = rel-2.0.9
PCRE_TAG = 1336 # version 8.33
MONO_TAG = 2.10.9