Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
  • Loading branch information
jlouis committed Jan 29, 2011
2 parents 3b1f738 + a8fde31 commit caf9352
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 23 deletions.
2 changes: 1 addition & 1 deletion apps/etorrent/include/etorrent_version.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
%% Rather the idea is that it is bumped whenever we fix something really grave that
%% might get the client banned from communicating with other clients.
-define(VERSION, "d011").
-define(AGENT_TRACKER_STRING, "etorrent/1.2.0").
-define(AGENT_TRACKER_STRING, "etorrent/1.2.1").
10 changes: 9 additions & 1 deletion apps/etorrent/priv/webui/htdocs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<body>
<div id="doc3" class="yui-t1">
<div id="hd">
<h1>Etorrent v1.2.0</h1>
<h1>Etorrent v1.2.1</h1>
</div>
<div id="bd">
<div id="yui-main">
Expand Down Expand Up @@ -74,3 +74,11 @@ <h2>Latest log messages</h2>
</script>
</body>
</html>








10 changes: 9 additions & 1 deletion apps/etorrent/src/etorrent.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{application, etorrent,
[
{description, "BitTorrent client in Erlang"},
{vsn, "1.2.0"},
{vsn, "1.2.1"},
{registered,
[
etorrent_acceptor_sup,
Expand All @@ -28,3 +28,11 @@
]
}.









2 changes: 1 addition & 1 deletion documentation/new_version.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ How to get a new version of etorrent out:

- Make sure the master branch has everything you want it to have

- Edit version.hrl
- Edit etorrent_version.hrl
- Edit webui version tag.
- Edit apps/etorrent/src/etorrent.app.src version
- Edit rel/reltool.config version
Expand Down
17 changes: 0 additions & 17 deletions project.desc

This file was deleted.

4 changes: 2 additions & 2 deletions rel/reltool.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{sys, [
{lib_dirs, ["../deps", "../apps"]},
{rel, "etorrent", "1.2.0",
{rel, "etorrent", "1.2.1",
[
kernel,
stdlib,
Expand All @@ -11,7 +11,7 @@
etorrent,
riak_err
]},
{rel, "etorrent_dev", "1.2.0",
{rel, "etorrent_dev", "1.2.1",
[
kernel,
stdlib,
Expand Down

0 comments on commit caf9352

Please sign in to comment.