Skip to content

Commit

Permalink
Prepare for a release.
Browse files Browse the repository at this point in the history
  • Loading branch information
gotthardp committed Nov 14, 2014
1 parent f123236 commit b7ed3eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.mk
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
RELEASABLE:=true
DEPS:=rabbitmq-server rabbitmq-erlang-client
RETAIN_ORIGINAL_VERSION:=true
2 changes: 1 addition & 1 deletion src/rabbitmq_auth_backend_ip_range.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%% -*- erlang -*-
{application, rabbitmq_auth_backend_ip_range,
[{description, "RabbitMQ client authorization based on source IP address"},
{vsn, "%%VSN%%"},
{vsn, "0.1.0"},
{modules, []},
{registered, []},
{mod, {rabbit_auth_backend_ip_range_app, []}},
Expand Down

0 comments on commit b7ed3eb

Please sign in to comment.