[Pkg-javascript-commits] [node-leveldown] 440/492: update windows snappy version descriptor

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Sun Jul 6 17:14:29 UTC 2014


This is an automated email from the git hooks/post-receive script.

andrewrk-guest pushed a commit to annotated tag rocksdb-0.10.1
in repository node-leveldown.

commit 71cddb69b3976acbff744386ceb0e8be4b6f6aa7
Author: Rod Vagg <rod at vagg.org>
Date:   Wed Nov 13 20:07:26 2013 +1100

    update windows snappy version descriptor
---
 deps/snappy/win32/snappy-stubs-public.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/deps/snappy/win32/snappy-stubs-public.h b/deps/snappy/win32/snappy-stubs-public.h
index 5b169c1..edc9807 100644
--- a/deps/snappy/win32/snappy-stubs-public.h
+++ b/deps/snappy/win32/snappy-stubs-public.h
@@ -45,8 +45,8 @@
 #endif
 
 #define SNAPPY_MAJOR 1
-#define SNAPPY_MINOR 0
-#define SNAPPY_PATCHLEVEL 5
+#define SNAPPY_MINOR 1
+#define SNAPPY_PATCHLEVEL 1
 #define SNAPPY_VERSION \
     ((SNAPPY_MAJOR << 16) | (SNAPPY_MINOR << 8) | SNAPPY_PATCHLEVEL)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-leveldown.git



More information about the Pkg-javascript-commits mailing list