From e4b935a137c42fd77dc6e5a0fb15e812ba7f102e Mon Sep 17 00:00:00 2001 From: "lperron@google.com" Date: Mon, 23 Sep 2013 17:03:25 +0000 Subject: [PATCH] cbc => 2.8.5 --- examples/csharp/kenken2.cs | 3 +-- makefiles/Makefile.third_party.unix | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/examples/csharp/kenken2.cs b/examples/csharp/kenken2.cs index 8e3f34c8a9..a322f15a38 100644 --- a/examples/csharp/kenken2.cs +++ b/examples/csharp/kenken2.cs @@ -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; diff --git a/makefiles/Makefile.third_party.unix b/makefiles/Makefile.third_party.unix index 1adf0a1f72..7761656b70 100644 --- a/makefiles/Makefile.third_party.unix +++ b/makefiles/Makefile.third_party.unix @@ -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