Upgrade LevelDB to 1.12.0.

A number of core fixes have occurred in upstream LevelDB.  Given API
compatibility, we should upgrade.
This commit is contained in:
Matt T. Proud 2013-06-24 12:03:05 +02:00
parent 81c406630a
commit 3784b1779f

View file

@ -40,7 +40,7 @@ GOENV = TMPDIR=$(TMPDIR) GOROOT=$(GOROOT) GOPATH=$(GOPATH)
GO = $(GOENV) $(GOCC)
GOFMT = $(GOROOT)/bin/gofmt
LEVELDB_VERSION := 1.9.0
LEVELDB_VERSION := 1.12.0
PROTOCOL_BUFFERS_VERSION := 2.5.0
SNAPPY_VERSION := 1.1.0