Skip to content

Commit

Permalink
Update for latest include.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyg committed Sep 5, 2010
1 parent a5a2e8d commit df648ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
@@ -1,4 +1,5 @@
PACKAGE=rabbit_script_exchange
APPNAME=rabbit_script_exchange
DEPS=rabbitmq-server rabbitmq-erlang-client erlang-rfc4627
RUNTIME_DEPS=rfc4627_jsonrpc
EXTRA_PACKAGE_DIRS=priv
Expand Down
@@ -1,6 +1,6 @@
{application, rabbit_script_exchange,
[{description, "RabbitMQ Script Exchange Plugin"},
{vsn, "0.01"},
{vsn, "%%VSN%%"},
{modules, [script_exchange,
script_instance,
script_instance_manager,
Expand Down

0 comments on commit df648ba

Please sign in to comment.