Skip to content

Commit

Permalink
Updated to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrisbin committed Aug 31, 2011
1 parent dcb74e2 commit 0b650e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 35 deletions.
2 changes: 1 addition & 1 deletion rebar.config
@@ -1,3 +1,3 @@
{deps, [
{rabbit_common, ".*", {git, "git://github.com/jbrisbin/rabbit_common.git", {tag, "rabbitmq_2.5.0"}}}
{rabbit_common, ".*", {git, "git://github.com/jbrisbin/rabbit_common.git", {tag, "rabbitmq_2.6.0"}}}
]}.
7 changes: 3 additions & 4 deletions src/amqp_client.app.src
@@ -1,8 +1,7 @@
{application, amqp_client,
[{description, "RabbitMQ AMQP Client"},
{vsn, "2.5.0"},
[{description, "RabbitMQ Erlang Client Library"},
{vsn, "2.6.0"},
{modules, []},
{registered, [amqp_sup]},
{registered, []},
{env, []},
{mod, {amqp_client, []}},
{applications, [kernel, stdlib]}]}.
30 changes: 0 additions & 30 deletions src/overview.edoc.in

This file was deleted.

0 comments on commit 0b650e9

Please sign in to comment.