summaryrefslogtreecommitdiff
path: root/apps/couch/include
diff options
context:
space:
mode:
authorAdam Kocoloski <adam@cloudant.com>2010-08-18 14:57:08 -0400
committerAdam Kocoloski <adam@cloudant.com>2010-08-18 14:57:08 -0400
commit1fda1aa8f69d5870c5711b0068971c7d4594e6cc (patch)
treeedbe28a6e03b9932596f03e294fe33df2c2b1009 /apps/couch/include
parent1b40244642f1099df7b7addecf2ac47e52b8d636 (diff)
new version() call allows for hidden patch releases
Diffstat (limited to 'apps/couch/include')
-rw-r--r--apps/couch/include/couch_db.hrl2
1 files changed, 1 insertions, 1 deletions
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"}
],