Bump amqp application version number.
authorMatt Mullins <mmullins@mmlx.us>
Sun, 5 May 2013 06:50:31 +0000 (23:50 -0700)
committerMatt Mullins <mmullins@mmlx.us>
Sun, 5 May 2013 07:19:58 +0000 (00:19 -0700)
amqp-2 contains the sole change that amqp_bot_listener:listen_for_events adds a
new value to the return tuple.

amqp/amqp.app
amqp/amqp.appup [new file with mode: 0644]

index d3743dd..35b5d06 100644 (file)
@@ -1,6 +1,6 @@
 {application, amqp,
  [{description, "AMQP client operations"},
-  {vsn, "1"},
+  {vsn, "2"},
   {modules, [amqp_app, amqp_bot_sup, amqp_bot_connection, amqp_bot_listener]},
   {registered, [amqp_bot_connection]},
   {applications, [core]},
diff --git a/amqp/amqp.appup b/amqp/amqp.appup
new file mode 100644 (file)
index 0000000..1ee73db
--- /dev/null
@@ -0,0 +1,8 @@
+{"2",
+ [{"1",
+   [{update, amqp_bot_listener}]
+  }],
+ [{"1",
+   [{update, amqp_bot_listener}]
+  }]
+}.