From 068ddec7b228ae0e538e0c4b00d8c87e2a0ce4db Mon Sep 17 00:00:00 2001 From: Dave Smith Date: Thu, 18 Dec 2008 10:46:20 -0700 Subject: [PATCH] Bumping to vsn 2 --- ebin/bdberl.app | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ebin/bdberl.app b/ebin/bdberl.app index 3f7ba39..d441edb 100644 --- a/ebin/bdberl.app +++ b/ebin/bdberl.app @@ -1,10 +1,9 @@ {application, bdberl, [{description, "Berkeley DB Erlang Driver"}, - {vsn, "1"}, + {vsn, "2"}, {modules, [ bdberl ]}, {registered, []}, {applications, [kernel, stdlib]}, -% {mod, {sparker, []}}, {env, []} ]}.