Include the irc application in the release.
authorMatt Mullins <mmullins@mmlx.us>
Sun, 22 May 2011 05:13:42 +0000 (00:13 -0500)
committerMatt Mullins <mmullins@mmlx.us>
Sun, 22 May 2011 05:14:09 +0000 (00:14 -0500)
bot.rel

diff --git a/bot.rel b/bot.rel
index 373466a..a709e57 100644 (file)
--- a/bot.rel
+++ b/bot.rel
@@ -1,7 +1,8 @@
-{release, {"erlbot", "1"},
+{release, {"erlbot", "2"},
  {erts, "5.8.3"},
  [{kernel, "2.14.3"},
   {stdlib, "1.17.3"},
   {sasl, "2.1.9.3"},
-  {core, "2"}]
+  {core, "2"},
+  {irc, "1"}]
 }.