From 18b24205d19db5b797f164833475ad2648039e4b Mon Sep 17 00:00:00 2001 From: Matt Mullins Date: Sun, 22 May 2011 00:29:30 -0500 Subject: [PATCH] IRC application version was not a string. --- irc/irc.app | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irc/irc.app b/irc/irc.app index 509b3e9..098ddc3 100644 --- a/irc/irc.app +++ b/irc/irc.app @@ -1,6 +1,6 @@ {application, irc, [{description, "IRC protocol application"}, - {vsn, 1}, + {vsn, "1"}, {modules, [irc_app, irc_sup, irc_net_sup, irc_conn]}, {registered, [irc_sup]}, {applications, [core]}, -- 2.11.0