From 58960e63569343bf64d5bd125d3682f1da6f012f Mon Sep 17 00:00:00 2001 From: Martin Logan Date: Mon, 13 Sep 2010 11:00:12 +0800 Subject: [PATCH] added the registered tuple --- ebin/getopt.app | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ebin/getopt.app b/ebin/getopt.app index 085ae04..77be3f5 100644 --- a/ebin/getopt.app +++ b/ebin/getopt.app @@ -2,6 +2,7 @@ {application, getopt, [{description, "Options parser for Erlang"}, - {vsn, "0.1"}, + {vsn, "0.1.1"}, {modules, [getopt]}, + {registered, []}, {applications, [kernel, stdlib]}]}.