diff options
author | Adam Kocoloski <kocolosk@apache.org> | 2009-08-06 14:26:16 +0000 |
---|---|---|
committer | Adam Kocoloski <kocolosk@apache.org> | 2009-08-06 14:26:16 +0000 |
commit | dfea1d87c21bbe8c8d894941fc17c9d617c44b9a (patch) | |
tree | 2061f013771701459057615d842615f8e3fecadb /bin | |
parent | a3db9718d010de437823be88c4f91cf1f031265f (diff) |
upgrade ibrowse to 1.5.2. Closes COUCHDB-451
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@801657 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'bin')
-rw-r--r-- | bin/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile.am b/bin/Makefile.am index 4f7b451e..cb0a827a 100644 --- a/bin/Makefile.am +++ b/bin/Makefile.am @@ -30,7 +30,7 @@ couchdb: couchdb.tpl -e "s|%localerlanglibdir%|@localerlanglibdir@|g" \ -e "s|%couchdbebindir%|couch-@version@/ebin|g" \ -e "s|%mochiwebebindir%|mochiweb-r97/ebin|g" \ - -e "s|%ibrowseebindir%|ibrowse-1.4.1/ebin|g" \ + -e "s|%ibrowseebindir%|ibrowse-1.5.2/ebin|g" \ -e "s|%oauthebindir%|erlang-oauth/ebin|g" \ -e "s|%defaultini%|default.ini|g" \ -e "s|%localini%|local.ini|g" \ |