From 7507fca71e7a309939aef92c397a4626f3ea76b4 Mon Sep 17 00:00:00 2001 From: Gayathri Kaliyamoorthy Date: Fri, 13 Feb 2015 16:37:52 +0530 Subject: [PATCH] Updated the tag to use 3.1.2 version of C client. --- scripts/aerospike-client-c.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/aerospike-client-c.sh b/scripts/aerospike-client-c.sh index 5af8cb9dc..ddea18a6c 100755 --- a/scripts/aerospike-client-c.sh +++ b/scripts/aerospike-client-c.sh @@ -15,7 +15,7 @@ # limitations under the License. ################################################################################ -AEROSPIKE_C_VERSION=${AEROSPIKE_C_VERSION:-'3.0.96'} +AEROSPIKE_C_VERSION=${AEROSPIKE_C_VERSION:-'3.1.2'} ################################################################################ #