basho / webmachine (http://webmachine.basho.com/)
A REST-based system for building web applications.
| commit 117: | d89872242bec |
| parent 116: | ab48b174b9e6 |
| branch: | default |
update version and quip
Changed (Δ1 byte):
raw changeset »
src/webmachine.app (1 lines added, 1 lines removed)
src/webmachine_request.erl (2 lines added, 2 lines removed)
Up to file-list src/webmachine.app:
1 |
1 |
{application, webmachine, |
2 |
2 |
[{description, "webmachine"}, |
3 |
{vsn, "1. |
|
3 |
{vsn, "1.6"}, |
|
4 |
4 |
{modules, [ |
5 |
5 |
webmachine, |
6 |
6 |
webmachine_app, |
Up to file-list src/webmachine_request.erl:
79 |
79 |
-include_lib("include/wm_reqstate.hrl"). |
80 |
80 |
-include_lib("include/wm_reqdata.hrl"). |
81 |
81 |
|
82 |
-define(WMVSN, "1.5.2"). |
|
83 |
-define(QUIP, "that tip is the fix"). |
|
82 |
-define(WMVSN, "1.6"). |
|
83 |
-define(QUIP, "eat around the stinger"). |
|
84 |
84 |
-define(IDLE_TIMEOUT, infinity). |
85 |
85 |
|
86 |
86 |
trim_state() -> |
