From: Matt Mullins Date: Sun, 22 May 2011 06:31:07 +0000 (-0500) Subject: Release bump to upgrade the IRC app X-Git-Tag: v4~1 X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=9503d0d7cb0bb212a928465c8e8043caf78eb241;p=erlbot.git Release bump to upgrade the IRC app --- diff --git a/bot.rel b/bot.rel index a709e57..0c9d98f 100644 --- a/bot.rel +++ b/bot.rel @@ -1,8 +1,8 @@ -{release, {"erlbot", "2"}, +{release, {"erlbot", "3"}, {erts, "5.8.3"}, [{kernel, "2.14.3"}, {stdlib, "1.17.3"}, {sasl, "2.1.9.3"}, {core, "2"}, - {irc, "1"}] + {irc, "2"}] }. diff --git a/irc/irc.app b/irc/irc.app index 94d4f81..afc2f94 100644 --- a/irc/irc.app +++ b/irc/irc.app @@ -1,6 +1,6 @@ {application, irc, [{description, "IRC protocol application"}, - {vsn, "1"}, + {vsn, "2"}, {modules, [irc_util, irc_app, irc_sup, irc_net_sup, irc_conn]}, {registered, [irc_sup]}, {applications, [core]}, diff --git a/irc/irc.appup b/irc/irc.appup new file mode 100644 index 0000000..7453c7c --- /dev/null +++ b/irc/irc.appup @@ -0,0 +1,4 @@ +{"2", + [{"1", [{load_module, irc_conn}]}], + [{"1", [{load_module, irc_conn}]}] +}.