Skip to content

Commit 07d8bf0

Browse files
committed
Version 2.12.6.6
1 parent b4cd692 commit 07d8bf0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Makefile.ship

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

10551055
# The default calc versions
10561056
#
1057-
VERSION= 2.12.6.5
1057+
VERSION= 2.12.6.6
10581058

10591059
# Names of shared libraries with versions
10601060
#

custom/Makefile

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

349349
# The default calc versions
350350
#
351-
VERSION= 2.12.6.5
351+
VERSION= 2.12.6.6
352352

353353
# Names of shared libraries with versions
354354
#

custom/Makefile.head

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

349349
# The default calc versions
350350
#
351-
VERSION= 2.12.6.5
351+
VERSION= 2.12.6.6
352352

353353
# Names of shared libraries with versions
354354
#

version.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ static char *program;
4545
#define MAJOR_VER 2 /* major library version */
4646
#define MINOR_VER 12 /* minor library version */
4747
#define MAJOR_PATCH 6 /* major software level under library version */
48-
#define MINOR_PATCH 5 /* minor software level or 0 if not patched */
48+
#define MINOR_PATCH 6 /* minor software level or 0 if not patched */
4949

5050

5151
/*

0 commit comments

Comments
 (0)