change version

This commit is contained in:
SUZUKI Tetsuya 2012-10-07 16:55:46 +09:00
parent 8ab8cc4670
commit 74575bcc72
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
@title SHA-3 for Erlang @title SHA-3 for Erlang
@author SUZUKI Tetsuya <tetsuya.suzuki@gmail.com> @author SUZUKI Tetsuya <tetsuya.suzuki@gmail.com>
@copyright 2012- SUZUKI Tetsuya @copyright 2012- SUZUKI Tetsuya
@version 0.1.0 @version 0.1.1
@reference <a href="http://en.wikipedia.org/wiki/SHA-3">Wikipedia: SHA-3</a> @reference <a href="http://en.wikipedia.org/wiki/SHA-3">Wikipedia: SHA-3</a>
@reference <a href="http://csrc.nist.gov/groups/ST/hash/sha-3/index.html">NIST: Cryptographic Hash Algorithm Competition</a> @reference <a href="http://csrc.nist.gov/groups/ST/hash/sha-3/index.html">NIST: Cryptographic Hash Algorithm Competition</a>
@reference <a href="http://keccak.noekeon.org/">The Keccak sponge function family</a> @reference <a href="http://keccak.noekeon.org/">The Keccak sponge function family</a>

View File

@ -1,7 +1,7 @@
{application, sha3, {application, sha3,
[ [
{description, ""}, {description, ""},
{vsn, "0.1.0"}, {vsn, "0.1.1"},
{registered, []}, {registered, []},
{applications, [ {applications, [
kernel, kernel,