diff --git a/Makefile.ship b/Makefile.ship index 00e3b29..7f6f046 100644 --- a/Makefile.ship +++ b/Makefile.ship @@ -1205,7 +1205,7 @@ EXT= # The default calc versions # -VERSION= 2.14.0.4 +VERSION= 2.14.0.6 # Names of shared libraries with versions # diff --git a/custom/Makefile b/custom/Makefile index 1186af1..3dac3dc 100644 --- a/custom/Makefile +++ b/custom/Makefile @@ -496,7 +496,7 @@ EXT= # The default calc versions # -VERSION= 2.14.0.4 +VERSION= 2.14.0.6 # Names of shared libraries with versions # diff --git a/custom/Makefile.head b/custom/Makefile.head index 121058e..e103c4e 100644 --- a/custom/Makefile.head +++ b/custom/Makefile.head @@ -496,7 +496,7 @@ EXT= # The default calc versions # -VERSION= 2.14.0.4 +VERSION= 2.14.0.6 # Names of shared libraries with versions # diff --git a/version.c b/version.c index 4e7080a..e21fa7d 100644 --- a/version.c +++ b/version.c @@ -54,7 +54,7 @@ static char *program; #define MAJOR_VER 2 /* major library version */ #define MINOR_VER 14 /* minor library version */ #define MAJOR_PATCH 0 /* major software version level */ -#define MINOR_PATCH 5 /* minor software version level */ +#define MINOR_PATCH 6 /* minor software version level */ /*