diff --git a/README.md b/README.md index adba357..60407d1 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Copyright (c) 2016 Guilherme Andrade -__Version:__ 1.1.1 +__Version:__ 1.1.2 __Authors:__ Guilherme Andrade ([`nlocks(at)gandrade(dot)net`](mailto:nlocks(at)gandrade(dot)net)). diff --git a/doc/README.md b/doc/README.md index 77bd727..1558b84 100644 --- a/doc/README.md +++ b/doc/README.md @@ -4,7 +4,7 @@ Copyright (c) 2016 Guilherme Andrade -__Version:__ 1.1.1 +__Version:__ 1.1.2 __Authors:__ Guilherme Andrade ([`nlocks(at)gandrade(dot)net`](mailto:nlocks(at)gandrade(dot)net)). diff --git a/doc/nlocks.html b/doc/nlocks.html index 2e57eb6..18dda6e 100644 --- a/doc/nlocks.html +++ b/doc/nlocks.html @@ -76,6 +76,6 @@

transaction/3


-

Generated by EDoc, May 1 2017, 02:16:50.

+

Generated by EDoc, May 1 2017, 02:21:31.

diff --git a/doc/overview-summary.html b/doc/overview-summary.html index bcc3a32..aab22e6 100644 --- a/doc/overview-summary.html +++ b/doc/overview-summary.html @@ -9,7 +9,7 @@

nlocks

Copyright © 2016 Guilherme Andrade

-

Version: 1.1.1

+

Version: 1.1.2

Authors: Guilherme Andrade (nlocks(at)gandrade(dot)net).

nlocks: Native spinlocks for Erlang

@@ -80,6 +80,6 @@

Internal metrics


-

Generated by EDoc, May 1 2017, 02:16:50.

+

Generated by EDoc, May 1 2017, 02:21:31.

diff --git a/doc/overview.edoc b/doc/overview.edoc index ac1a8a2..57746af 100644 --- a/doc/overview.edoc +++ b/doc/overview.edoc @@ -1,6 +1,6 @@ @author Guilherme Andrade @copyright 2016 Guilherme Andrade -@version 1.1.1 +@version 1.1.2 @title nlocks @doc `nlocks': Native spinlocks for Erlang diff --git a/overview.edoc b/overview.edoc index ac1a8a2..57746af 100644 --- a/overview.edoc +++ b/overview.edoc @@ -1,6 +1,6 @@ @author Guilherme Andrade @copyright 2016 Guilherme Andrade -@version 1.1.1 +@version 1.1.2 @title nlocks @doc `nlocks': Native spinlocks for Erlang diff --git a/src/nlocks.erl b/src/nlocks.erl index 1c4f0c0..adfdc6c 100644 --- a/src/nlocks.erl +++ b/src/nlocks.erl @@ -78,7 +78,7 @@ info() -> %% ------------------------------------------------------------------ init() -> - PrivPath = case code:priv_dir(vegrandis) of + PrivPath = case code:priv_dir(nlocks) of {error, bad_name} -> "priv"; ExistingPrivPath -> ExistingPrivPath end,