From f28839a95bca989321867ebff9084a1c188351e7 Mon Sep 17 00:00:00 2001 From: Matt Mullins Date: Sun, 22 May 2011 00:13:42 -0500 Subject: [PATCH] Include the irc application in the release. --- bot.rel | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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"}] }. -- 2.11.0