Skip to content

Commit 5957a73

Browse files
committed
increment minor version because FNV now compiles in C++ using make CC=c++
1 parent 028a8b3 commit 5957a73

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

WHATS-THIS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
This repository contains the public domain release of the FNV hash algorithms. See the README for more information.
1+
This repository contains the public domain release of the FNV hash algorithms. See the README for more information.
2+
3+
FNV's version is 5.0.3, but this repository's version starts at 1.0.0. Semantic versioning is in use.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "fnv-hash",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"repo": "catb0t/fnv-hash",
5-
"description": "Fowler/Noll/Vo hash algorithms suited for fast datastructures",
5+
"description": "Fowler/Noll/Vo non-cryptographic hash algorithms",
66
"keywords": [ "hash", "algorithm" ],
77
"license": "Public Domain",
88
"src": [
@@ -14,7 +14,8 @@
1414
"hash_32a.c",
1515
"hash_64b.c",
1616
"have_ulong64.c",
17-
"test_fnv.c"
17+
"test_fnv.c",
18+
"WHATS-THIS.md"
1819
]
1920

2021
"install": "make install"

0 commit comments

Comments
 (0)