From 1fda1aa8f69d5870c5711b0068971c7d4594e6cc Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Wed, 18 Aug 2010 14:57:08 -0400 Subject: new version() call allows for hidden patch releases --- apps/couch/include/couch_db.hrl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/couch/include') diff --git a/apps/couch/include/couch_db.hrl b/apps/couch/include/couch_db.hrl index f17e6bb1..79af0db6 100644 --- a/apps/couch/include/couch_db.hrl +++ b/apps/couch/include/couch_db.hrl @@ -257,7 +257,7 @@ auth = [], resource = "", headers = [ - {"User-Agent", "CouchDB/"++couch_server:get_version()}, + {"User-Agent", "CouchDB/"++couch:version()}, {"Accept", "application/json"}, {"Accept-Encoding", "gzip"} ], -- cgit v1.2.3