Skip to content

Commit

Permalink
Bump leveldb version to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredmorrow committed Aug 23, 2013
1 parent 2616629 commit 4df4947
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion c_src/build_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [ `uname -s` = 'SunOS' -a "${POSIX_SHELL}" != "true" ]; then
fi
unset POSIX_SHELL # clear it so if we invoke other scripts, they run as ksh as well

LEVELDB_VSN="1.4.1"
LEVELDB_VSN="1.4.2"

SNAPPY_VSN="1.0.4"

Expand Down
2 changes: 1 addition & 1 deletion src/eleveldb.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{application, eleveldb,
[
{description, ""},
{vsn, "1.4.1"},
{vsn, git},
{registered, []},
{applications, [
kernel,
Expand Down

0 comments on commit 4df4947

Please sign in to comment.