You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2023/03/09 22:44:44 UTC

[couchdb] branch bump-snappy created (now 8c3806e72)

This is an automated email from the ASF dual-hosted git repository.

ronny pushed a change to branch bump-snappy
in repository https://gitbox.apache.org/repos/asf/couchdb.git


      at 8c3806e72 Bump snappy to CouchDB-1.0.9

This branch includes the following new commits:

     new 8c3806e72 Bump snappy to CouchDB-1.0.9

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb] 01/01: Bump snappy to CouchDB-1.0.9

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ronny pushed a commit to branch bump-snappy
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 8c3806e729a9d1f8607ece830ef885f23f3c15d7
Author: Ronny Berndt <ro...@apache.org>
AuthorDate: Thu Mar 9 23:41:38 2023 +0100

    Bump snappy to CouchDB-1.0.9
---
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config.script b/rebar.config.script
index 2bdb17a49..1e3c5924b 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -144,7 +144,7 @@ SubDirs = [
 
 DepDescs = [
 %% Independent Apps
-{snappy,           "snappy",           {tag, "CouchDB-1.0.8"}},
+{snappy,           "snappy",           {tag, "CouchDB-1.0.9"}},
 
 %% %% Non-Erlang deps
 {fauxton,          {url, "https://github.com/apache/couchdb-fauxton"},