Release 13, amqp app vsn 3
authorMatt Mullins <mmullins@mmlx.us>
Wed, 20 May 2015 04:45:53 +0000 (21:45 -0700)
committerMatt Mullins <mmullins@mmlx.us>
Wed, 20 May 2015 04:49:55 +0000 (21:49 -0700)
This release sets the auto_delete flag on AMQP queues.

amqp/amqp.app
amqp/amqp.appup
bot.rel

index 35b5d06..8c8edf9 100644 (file)
@@ -1,6 +1,6 @@
 {application, amqp,
  [{description, "AMQP client operations"},
-  {vsn, "2"},
+  {vsn, "3"},
   {modules, [amqp_app, amqp_bot_sup, amqp_bot_connection, amqp_bot_listener]},
   {registered, [amqp_bot_connection]},
   {applications, [core]},
index 1ee73db..6da09d3 100644 (file)
@@ -1,8 +1,8 @@
-{"2",
- [{"1",
+{"3",
+ [{"2",
    [{update, amqp_bot_listener}]
   }],
- [{"1",
+ [{"2",
    [{update, amqp_bot_listener}]
   }]
 }.
diff --git a/bot.rel b/bot.rel
index 6ba37e7..b4404e6 100644 (file)
--- a/bot.rel
+++ b/bot.rel
@@ -1,4 +1,4 @@
-{release, {"erlbot", "12"},
+{release, {"erlbot", "13"},
  {erts, "5.8.3"},
  [{kernel, "2.14.5"},
   {stdlib, "1.17.5"},
@@ -6,6 +6,6 @@
   {rabbit_common, "0.0.0"},
   {amqp_client, "0.0.0"},
   {core, "2"},
-  {amqp, "2"},
+  {amqp, "3"},
   {irc, "12"}]
 }.