Prepare for calc version 2.12.6.3

This commit is contained in:
Landon Curt Noll
2017-09-06 18:20:35 -07:00
parent 66883b390d
commit aeb9a9d473
4 changed files with 4 additions and 4 deletions

View File

@@ -990,7 +990,7 @@ EXT=
# The default calc versions
#
VERSION= 2.12.6.2
VERSION= 2.12.6.3
# Names of shared libraries with versions
#

View File

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

View File

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

View File

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