From 2979503a7fbd45fd402ac2262a84f8fabf5152eb Mon Sep 17 00:00:00 2001 From: Jesper Louis Andersen Date: Wed, 11 Mar 2015 13:41:53 +0100 Subject: [PATCH] Fix the missing `priv` directory. --- README.md | 4 ++++ priv/.dummy | 0 src/enacl.app.src | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 priv/.dummy diff --git a/README.md b/README.md index cbac5bb..6897409 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,10 @@ In general, the primitives provided by NaCl are intermediate-level primitives. R # Versions +### v0.12.1 + +* Provide the `priv` directory for being able to properly build without manual intervention. + ### 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). diff --git a/priv/.dummy b/priv/.dummy new file mode 100644 index 0000000..e69de29 diff --git a/src/enacl.app.src b/src/enacl.app.src index 135d3ee..6385ab4 100644 --- a/src/enacl.app.src +++ b/src/enacl.app.src @@ -1,7 +1,7 @@ {application, enacl, [ {description, "Erlang NaCl bindings"}, - {vsn, "0.12.0"}, + {vsn, "0.12.1"}, {registered, []}, {applications, [kernel, stdlib]}, {env, []}