From: Matt Mullins Date: Sun, 22 May 2011 05:13:42 +0000 (-0500) Subject: Include the irc application in the release. X-Git-Tag: v4~5 X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=f28839a95bca989321867ebff9084a1c188351e7;p=erlbot.git Include the irc application in the release. --- diff --git a/bot.rel b/bot.rel index 373466a..a709e57 100644 --- 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"}] }.