Fix version, it should match Berkeley DB.

This commit is contained in:
Gregory Burd 2011-08-09 15:02:04 -04:00
parent 1f38bf630e
commit c8ec903721
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{application,bdberl, {application,bdberl,
[{description,"This is an Erlang port driver that allows Erlang programs to store data in BerkleyDB."}, [{description,"This is an Erlang port driver that allows Erlang programs to store data in BerkleyDB."},
{vsn,"5.1.28"}, {vsn,"5.2.28"},
{registered,[]}, {registered,[]},
{applications,[kernel,stdlib]}, {applications,[kernel,stdlib]},
{env,[]}, {env,[]},

View file

@ -1,7 +1,7 @@
{application, bdberl, {application, bdberl,
[ [
{description, "This is an Erlang port driver that allows Erlang programs to store data in BerkleyDB."}, {description, "This is an Erlang port driver that allows Erlang programs to store data in BerkleyDB."},
{vsn, "5.1.28"}, {vsn, "5.2.28"},
{registered, []}, {registered, []},
{applications, [ {applications, [
kernel, kernel,