diff options
| author | Ben Hood <0x6e6562@gmail.com> | 2009-08-06 16:05:10 +0100 |
|---|---|---|
| committer | Ben Hood <0x6e6562@gmail.com> | 2009-08-06 16:05:10 +0100 |
| commit | b61cc29300ba4377f12538e107819a4d9e675b96 (patch) | |
| tree | fc29387d3373a00e53948098287f5647662f0262 /ebin | |
| parent | e0aa3e890e5c14e2d1324e13c48942ffab94f3fa (diff) | |
| parent | 91a6c79c0ef709e229f4864cfa8e7c940f66f480 (diff) | |
| download | rabbitmq-server-git-b61cc29300ba4377f12538e107819a4d9e675b96.tar.gz | |
Merged bug20602 into default
Diffstat (limited to 'ebin')
| -rw-r--r-- | ebin/rabbit_app.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in index 8e1c890eb2..0057ea0478 100644 --- a/ebin/rabbit_app.in +++ b/ebin/rabbit_app.in @@ -1,7 +1,7 @@ {application, rabbit, %% -*- erlang -*- [{description, "RabbitMQ"}, {id, "RabbitMQ"}, - {vsn, "%%VERSION%%"}, + {vsn, "%%VSN%%"}, {modules, []}, {registered, [rabbit_amqqueue_sup, rabbit_log, |
