On Sun, Jul 12, 2009 at 02:16:26PM -0700, patrick flaherty wrote: > Unfortunately futon is not quite as helpful: the lower right tells me > version 0.0.0. Where else can I find the version number > of my current CouchDB?
Point web browser (or curl) at http://127.0.0.1:5984/ That should give you a small JSON doc with some summary info about the server.
