Skip to content

Commit ee70c12

Browse files
committed
Release v2.14.0.14
The following are the changes in this release: Fixed typo in Makefile.local comment. Established a tagging procedure for a production release. Production git tags will be of the form: prod-2.x.y.z
1 parent d4970d6 commit ee70c12

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
@@ -1297,7 +1297,7 @@ EXT=
12971297

12981298
# The default calc versions
12991299
#
1300-
VERSION= 2.14.0.13
1300+
VERSION= 2.14.0.14
13011301

13021302
# Names of shared libraries with versions
13031303
#

Makefile.simple

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

11511151
# The default calc versions
11521152
#
1153-
VERSION= 2.14.0.13
1153+
VERSION= 2.14.0.14
11541154

11551155
# Names of shared libraries with versions
11561156
#

custom/Makefile

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

475475
# The default calc versions
476476
#
477-
VERSION= 2.14.0.13
477+
VERSION= 2.14.0.14
478478

479479
# Names of shared libraries with versions
480480
#

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.0.13
448+
VERSION= 2.14.0.14
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
@@ -54,7 +54,7 @@ static char *program;
5454
#define MAJOR_VER 2 /* major library version */
5555
#define MINOR_VER 14 /* minor library version */
5656
#define MAJOR_PATCH 0 /* major software version level */
57-
#define MINOR_PATCH 13 /* minor software version level */
57+
#define MINOR_PATCH 14 /* minor software version level */
5858

5959

6060
/*

0 commit comments

Comments
 (0)