From d2e0768191d60ae4abe2e72efa1e5120b0c101c8 Mon Sep 17 00:00:00 2001 From: Matt Mullins Date: Fri, 2 Sep 2011 22:47:26 -0500 Subject: [PATCH] Add an intermediate release 4.5, which allows clean downgrade from 5 to 4. This is required because otherwise, the AMQP applications are destroyed before the IRC application is downgraded, causing the whole thing to come crashing down. --- bot-4.5.rel | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 bot-4.5.rel diff --git a/bot-4.5.rel b/bot-4.5.rel new file mode 100644 index 0000000..0a39390 --- /dev/null +++ b/bot-4.5.rel @@ -0,0 +1,11 @@ +{release, {"erlbot", "4.5"}, + {erts, "5.7.4"}, + [{kernel, "2.13.4"}, + {stdlib, "1.16.4"}, + {sasl, "2.1.8"}, + {rabbit_common, "0.0.0"}, + {amqp_client, "0.0.0"}, + {core, "2"}, + {amqp, "1"}, + {irc, "3"}] +}. -- 2.11.0