Fix version, it should match Berkeley DB.
This commit is contained in:
parent
1f38bf630e
commit
c8ec903721
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{application,bdberl,
|
||||
[{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,[]},
|
||||
{applications,[kernel,stdlib]},
|
||||
{env,[]},
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{application, bdberl,
|
||||
[
|
||||
{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, []},
|
||||
{applications, [
|
||||
kernel,
|
||||
|
|
Loading…
Reference in a new issue