Signed-off-by: geraldo netto <geraldone...@gmail.com>
---
 leveldb/GET      | 2 +-
 leveldb/Makefile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/leveldb/GET b/leveldb/GET
index a5a2733..a27ff8b 100755
--- a/leveldb/GET
+++ b/leveldb/GET
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 set -e
-VERSION=1.15
+VERSION=1.17
 TARBALL=v$VERSION.tar.gz
 SRCDIR=leveldb-$VERSION
 LIBSNAPPY=/lib64/libsnappy.so.1
diff --git a/leveldb/Makefile b/leveldb/Makefile
index 3682b0c..adc4c43 100644
--- a/leveldb/Makefile
+++ b/leveldb/Makefile
@@ -1,5 +1,5 @@
 .PHONY: module
-VERSION = 1.15
+VERSION = 1.17
 LIBSNAPPY = /lib64/libsnappy.so.1
 ifeq (,$(wildcard $(LIBSNAPPY)))
     LIBSNAPPY = /usr/lib/x86_64-linux-gnu/libsnappy.so.1
-- 
2.7.4

-- 
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osv-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to