From: Matt Mullins Date: Tue, 13 Dec 2011 06:47:10 +0000 (-0800) Subject: Bump release numbers. X-Git-Tag: v7 X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=f6fc9e030f7fea4c05be2438d10ef658c879b097;p=erlbot.git Bump release numbers. --- diff --git a/bot.rel b/bot.rel index 4b8eb7a..3c98773 100644 --- a/bot.rel +++ b/bot.rel @@ -1,4 +1,4 @@ -{release, {"erlbot", "6"}, +{release, {"erlbot", "7"}, {erts, "5.7.4"}, [{kernel, "2.13.4"}, {stdlib, "1.16.4"}, @@ -7,5 +7,5 @@ {amqp_client, "0.0.0"}, {core, "2"}, {amqp, "1"}, - {irc, "5"}] + {irc, "6"}] }. diff --git a/irc/irc.appup b/irc/irc.appup index ec6adfe..aaee95e 100644 --- a/irc/irc.appup +++ b/irc/irc.appup @@ -1,9 +1,11 @@ -{"5", - [{"4", [{add_module, irc_command}, - {update, irc_conn} +{"6", + [{"5", [{update, irc_command}, + {update, irc_conn}, + {update, irc_net_sup} ]}], - [{"4", [{update, irc_conn}, - {delete_module, irc_command} + [{"5", [{update, irc_command}, + {update, irc_conn}, + {update, irc_net_sup} ]}] }.