Skip to content

Commit 80e841e

Browse files
committed
Release v2.14.2.1
The following are the changes in this release: Added cal/fnv_tool.cal, a calc resource file defining: find_fnv_prime(bits) deprecated_fnv0(bits,fnv_prime,string) fnv_offset_basis(bits,fnv_prime) fnv1a_style_hash(bits,fnv_prime,prev_hash,string) Fixed sorted order of cal/README.
1 parent 3f78fc2 commit 80e841e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1381,7 +1381,7 @@ EXT=
13811381

13821382
# The default calc versions
13831383
#
1384-
VERSION= 2.14.2.0
1384+
VERSION= 2.14.2.1
13851385

13861386
# Names of shared libraries with versions
13871387
#

Makefile.simple

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1239,7 +1239,7 @@ EXT=
12391239

12401240
# The default calc versions
12411241
#
1242-
VERSION= 2.14.2.0
1242+
VERSION= 2.14.2.1
12431243

12441244
# Names of shared libraries with versions
12451245
#

custom/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ EXT=
475475

476476
# The default calc versions
477477
#
478-
VERSION= 2.14.2.0
478+
VERSION= 2.14.2.1
479479

480480
# Names of shared libraries with versions
481481
#

custom/Makefile.simple

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ EXT=
445445

446446
# The default calc versions
447447
#
448-
VERSION= 2.14.2.0
448+
VERSION= 2.14.2.1
449449

450450
# Names of shared libraries with versions
451451
#

version.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ static char *program;
8484
#define MAJOR_VER 2 /* major library version */
8585
#define MINOR_VER 14 /* minor library version */
8686
#define MAJOR_PATCH 2 /* major software version level */
87-
#define MINOR_PATCH 0 /* minor software version level */
87+
#define MINOR_PATCH 1 /* minor software version level */
8888

8989

9090
/*

0 commit comments

Comments
 (0)