Fix the missing priv directory.

This commit is contained in:
Jesper Louis Andersen 2015-03-11 13:41:53 +01:00
parent 4a523e3b0b
commit 2979503a7f
3 changed files with 5 additions and 1 deletions

View File

@ -54,6 +54,10 @@ In general, the primitives provided by NaCl are intermediate-level primitives. R
# Versions # Versions
### v0.12.1
* Provide the `priv` directory for being able to properly build without manual intervention.
### v0.12.0 ### v0.12.0
* Introduce an extension interface for various necessary extensions to the eNaCl system for handling the Tor network, thanks to Alexander Færøy (ahf). * Introduce an extension interface for various necessary extensions to the eNaCl system for handling the Tor network, thanks to Alexander Færøy (ahf).

0
priv/.dummy Normal file
View File

View File

@ -1,7 +1,7 @@
{application, enacl, {application, enacl,
[ [
{description, "Erlang NaCl bindings"}, {description, "Erlang NaCl bindings"},
{vsn, "0.12.0"}, {vsn, "0.12.1"},
{registered, []}, {registered, []},
{applications, [kernel, stdlib]}, {applications, [kernel, stdlib]},
{env, []} {env, []}