summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Kocoloski <adam@cloudant.com>2010-07-30 15:16:56 -0400
committerAdam Kocoloski <adam@cloudant.com>2010-08-12 11:21:01 -0400
commit974f97224523bdc09bafa3f1ce18c31b7dc78986 (patch)
tree2858600398fe31952fe29973b64749e48df7e582
parentc232a16f5938fbd0ff1f37d9933d3f6eb7a98066 (diff)
appups for 1.2.3
-rw-r--r--ebin/chttpd.app2
-rw-r--r--ebin/chttpd.appup8
2 files changed, 5 insertions, 5 deletions
diff --git a/ebin/chttpd.app b/ebin/chttpd.app
index 5b1b6cfb..a6a5f2b5 100644
--- a/ebin/chttpd.app
+++ b/ebin/chttpd.app
@@ -1,6 +1,6 @@
{application, chttpd, [
{description, "HTTP interface for CouchDB cluster"},
- {vsn, "1.0.2"},
+ {vsn, "1.0.3"},
{modules, [
chttpd,
chttpd_app,
diff --git a/ebin/chttpd.appup b/ebin/chttpd.appup
index 9ba401ec..e0b5cdfe 100644
--- a/ebin/chttpd.appup
+++ b/ebin/chttpd.appup
@@ -1,4 +1,4 @@
-{"1.0.2",[{"1.0.1",[
- {load_module, chttpd_misc},
- {load_module, cloudant_auth}
-]}],[{"1.0.1",[]}]}.
+{"1.0.3",[{"1.0.2",[
+ {load_module, chttpd_external},
+ {load_module, chttpd}
+]}],[{"1.0.2",[]}]}.