Skip to content

Commit

Permalink
updated reversi version to 0.2, added reversi.appup
Browse files Browse the repository at this point in the history
updated release version to 0.2
  • Loading branch information
Andreas Amsenius committed Feb 1, 2011
1 parent da336e7 commit 29be704
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/reversi/ebin/reversi.app
@@ -1,7 +1,7 @@
{application, reversi,
[
{description, "Erlang Reversi server (Klarna Programming Contest)"},
{vsn, "0.1"},
{vsn, "0.2"},
{modules,
[
bot,
Expand Down
6 changes: 6 additions & 0 deletions apps/reversi/ebin/reversi.appup
@@ -0,0 +1,6 @@
{"0.2",
[{"0.1", [{load_module, lobby},
{load_module, client_handler_tcp}]}],
[{"0.1", [{load_module, lobby},
{load_module, client_handler_tcp}]}]
}.
2 changes: 1 addition & 1 deletion rel/reltool.config
@@ -1,6 +1,6 @@
{sys, [
{lib_dirs, ["../apps", "../deps"]},
{rel, "reversi", "0.1",
{rel, "reversi", "0.2",
[
kernel,
stdlib,
Expand Down

0 comments on commit 29be704

Please sign in to comment.