place plugin version into .app descriptor

This commit is contained in:
Simon MacMullen 2010-08-27 12:48:46 +01:00
parent ee924ad304
commit 863607ff3c
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
PACKAGE=rabbit_stomp
APPNAME=rabbit_stomp
DEPS=rabbitmq-server rabbitmq-erlang-client
START_RABBIT_IN_TESTS=true

View File

@ -1,6 +1,6 @@
{application, rabbit_stomp,
[{description, "Embedded Rabbit Stomp Adapter"},
{vsn, "0.01"},
{vsn, "%%VSN%%"},
{modules, [
rabbit_stomp,
rabbit_stomp_sup,