Skip to content

Commit 0ec0738

Browse files
committedMar 11, 2011
bump version to 1.5.2, change skeleton to explicitly check out master branch mochi#41
1 parent 2c4889b commit 0ec0738

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
 

‎.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
/_test
44
/.eunit
55
/docs
6+
.DS_Store
7+
/TEST-*.xml

‎src/mochiweb.app.src

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%% This is generated from src/mochiweb.app.src
22
{application, mochiweb,
33
[{description, "MochiMedia Web Server"},
4-
{vsn, "1.5.1"},
4+
{vsn, "1.5.2"},
55
{modules, []},
66
{registered, []},
77
{mod, {mochiweb_app, []}},

‎support/templates/mochiwebapp_skel/rebar.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
{erl_opts, [debug_info]}.
33
{deps, [
44
{mochiweb, ".*",
5-
{git, "git://github.com/mochi/mochiweb.git", ""}}]}.
5+
{git, "git://github.com/mochi/mochiweb.git", "master"}}]}.
66
{cover_enabled, true}.
77
{eunit_opts, [verbose, {report,{eunit_surefire,[{dir,"."}]}}]}.

0 commit comments

Comments
 (0)