From f6fc9e030f7fea4c05be2438d10ef658c879b097 Mon Sep 17 00:00:00 2001 From: Matt Mullins Date: Mon, 12 Dec 2011 22:47:10 -0800 Subject: [PATCH] Bump release numbers. --- bot.rel | 4 ++-- irc/irc.appup | 12 +++++++----- 2 files changed, 9 insertions(+), 7 deletions(-) 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} ]}] }. -- 2.11.0