Add an intermediate release 4.5, which allows clean downgrade from 5 to 4. v5
authorMatt Mullins <mmullins@mmlx.us>
Sat, 3 Sep 2011 03:47:26 +0000 (22:47 -0500)
committerMatt Mullins <mmullins@mmlx.us>
Sat, 3 Sep 2011 03:47:26 +0000 (22:47 -0500)
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 [new file with mode: 0644]

diff --git a/bot-4.5.rel b/bot-4.5.rel
new file mode 100644 (file)
index 0000000..0a39390
--- /dev/null
@@ -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"}]
+}.