Version 2.12.6.6

This commit is contained in:
Landon Curt Noll
2018-02-21 12:38:39 -08:00
parent b4cd692bae
commit 07d8bf0f3e
4 changed files with 4 additions and 4 deletions

View File

@@ -1054,7 +1054,7 @@ EXT=
# The default calc versions # The default calc versions
# #
VERSION= 2.12.6.5 VERSION= 2.12.6.6
# Names of shared libraries with versions # Names of shared libraries with versions
# #

View File

@@ -348,7 +348,7 @@ EXT=
# The default calc versions # The default calc versions
# #
VERSION= 2.12.6.5 VERSION= 2.12.6.6
# Names of shared libraries with versions # Names of shared libraries with versions
# #

View File

@@ -348,7 +348,7 @@ EXT=
# The default calc versions # The default calc versions
# #
VERSION= 2.12.6.5 VERSION= 2.12.6.6
# Names of shared libraries with versions # Names of shared libraries with versions
# #

View File

@@ -45,7 +45,7 @@ static char *program;
#define MAJOR_VER 2 /* major library version */ #define MAJOR_VER 2 /* major library version */
#define MINOR_VER 12 /* minor library version */ #define MINOR_VER 12 /* minor library version */
#define MAJOR_PATCH 6 /* major software level under library version */ #define MAJOR_PATCH 6 /* major software level under library version */
#define MINOR_PATCH 5 /* minor software level or 0 if not patched */ #define MINOR_PATCH 6 /* minor software level or 0 if not patched */
/* /*