From: Matt Mullins Date: Sat, 21 May 2011 23:22:31 +0000 (-0500) Subject: Added a release file so we can actually boot this thing. X-Git-Tag: v4~10 X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=13198a1580f2474076b1d6ec595609e4b587debc;p=erlbot.git Added a release file so we can actually boot this thing. --- diff --git a/bot.rel b/bot.rel new file mode 100644 index 0000000..a5e87d5 --- /dev/null +++ b/bot.rel @@ -0,0 +1,6 @@ +{release, {"erlbot", "0"}, {erts, "5.8.3"}, + [{kernel, "2.14.3"}, + {stdlib, "1.17.3"}, + {sasl, "2.1.9.3"}, + {core, "1"}] +}.