From 3965eea43a734a4880525476111e6ce20d0d87e1 Mon Sep 17 00:00:00 2001 From: "Matt T. Proud" Date: Sat, 20 Apr 2013 22:51:17 +0200 Subject: [PATCH] Upgrade Snappy, Protocol Buffers, and LevelDB. This is pending validation of fitness. --- Makefile.INCLUDE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.INCLUDE b/Makefile.INCLUDE index 4da1bfbdd..4f848b4ee 100644 --- a/Makefile.INCLUDE +++ b/Makefile.INCLUDE @@ -24,9 +24,9 @@ export THIRD_PARTY_BUILD_OUTPUT := endif GO_VERSION := 1.0.3 -LEVELDB_VERSION := 1.7.0 -PROTOCOL_BUFFERS_VERSION := 2.4.1 -SNAPPY_VERSION := 1.0.5 +LEVELDB_VERSION := 1.9.0 +PROTOCOL_BUFFERS_VERSION := 2.5.0 +SNAPPY_VERSION := 1.1.0 UNAME := $(shell uname) FIRST_GOPATH := $(shell echo $${GOPATH} | awk -F':' '{ print $$1 }')