You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2013/10/07 20:42:51 UTC

git commit: updated refs/heads/1.5.x to 9745adb

Updated Branches:
  refs/heads/1.5.x ed5c21a66 -> 9745adb9e


snappy: ensure configure.ac matches snappy release

See history in COUCHDB-1600 for full patch


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/9745adb9
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/9745adb9
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/9745adb9

Branch: refs/heads/1.5.x
Commit: 9745adb9e3c958c6c57b679147efc2073740f7ca
Parents: ed5c21a
Author: Dave Cottlehuber <dc...@apache.org>
Authored: Mon Oct 7 00:47:58 2013 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Mon Oct 7 20:42:42 2013 +0200

----------------------------------------------------------------------
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/9745adb9/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 321c651..6c5ef5b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,7 +40,7 @@ PKG_PROG_PKG_CONFIG
 dnl Config for google snappy
 m4_define([snappy_major], [1])
 m4_define([snappy_minor], [0])
-m4_define([snappy_patchlevel], [3])
+m4_define([snappy_patchlevel], [5])
 
 AC_PROG_CXX
 AC_LANG([C++])