summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Kocoloski <adam@cloudant.com>2010-07-08 16:06:09 -0400
committerAdam Kocoloski <adam@cloudant.com>2010-08-12 11:18:48 -0400
commitf8f690c293a52b961e232a36819777a7105abb92 (patch)
treeab49c0e5eee050d96e31e3063dbea025ffd9550a
parent84d7e93630c49d6258e87b6d113d7ebbd489b822 (diff)
CouchDB is 1.0.0
-rw-r--r--src/chttpd_misc.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chttpd_misc.erl b/src/chttpd_misc.erl
index 98e6fbf8..0482947b 100644
--- a/src/chttpd_misc.erl
+++ b/src/chttpd_misc.erl
@@ -36,7 +36,7 @@ handle_welcome_req(Req) ->
handle_welcome_req(#httpd{method='GET'}=Req, WelcomeMessage) ->
send_json(Req, {[
{couchdb, WelcomeMessage},
- {version, <<"0.10.1+">>},
+ {version, list_to_binary(couch:version())},
{cloudant_build, get_version()}
]});
handle_welcome_req(Req, _) ->