Version bump, added AMQP app to the release file
authorMatt Mullins <mmullins@mmlx.us>
Sun, 28 Aug 2011 20:00:02 +0000 (15:00 -0500)
committerMatt Mullins <mmullins@mmlx.us>
Sun, 28 Aug 2011 20:00:02 +0000 (15:00 -0500)
bot.rel
ebin/erlbot.app [deleted file]
irc/irc.app

diff --git a/bot.rel b/bot.rel
index 6409fc3..37f27cc 100644 (file)
--- a/bot.rel
+++ b/bot.rel
@@ -1,8 +1,9 @@
-{release, {"erlbot", "4"},
+{release, {"erlbot", "5"},
  {erts, "5.8.3"},
  [{kernel, "2.14.3"},
   {stdlib, "1.17.3"},
   {sasl, "2.1.9.3"},
   {core, "2"},
-  {irc, "3"}]
+  {amqp, "1"},
+  {irc, "4"}]
 }.
diff --git a/ebin/erlbot.app b/ebin/erlbot.app
deleted file mode 100644 (file)
index b293147..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-{application, erlbot,
- [{mod, {erlbot, []}}
- ]}.
index 2a1ff2c..41d9d0a 100644 (file)
@@ -1,6 +1,6 @@
 {application, irc,
  [{description, "IRC protocol application"},
-  {vsn, "3"},
+  {vsn, "4"},
   {modules, [irc_util, irc_app, irc_sup, irc_net_sup, irc_conn]},
   {registered, [irc_sup]},
   {applications, [core, amqp]},