diff --git a/Makefile.ship b/Makefile.ship index fcebd49..8233249 100644 --- a/Makefile.ship +++ b/Makefile.ship @@ -1259,7 +1259,7 @@ EXT= # The default calc versions # -VERSION= 2.14.0.10 +VERSION= 2.14.0.11 # Names of shared libraries with versions # diff --git a/Makefile.simple b/Makefile.simple index 8915758..c79d570 100644 --- a/Makefile.simple +++ b/Makefile.simple @@ -1160,7 +1160,7 @@ EXT= # The default calc versions # -VERSION= 2.14.0.10 +VERSION= 2.14.0.11 # Names of shared libraries with versions # diff --git a/custom/Makefile b/custom/Makefile index 4a91de2..2f23e14 100644 --- a/custom/Makefile +++ b/custom/Makefile @@ -500,7 +500,7 @@ EXT= # The default calc versions # -VERSION= 2.14.0.10 +VERSION= 2.14.0.11 # Names of shared libraries with versions # diff --git a/custom/Makefile.head b/custom/Makefile.head index ebb3cd8..5ee8b17 100644 --- a/custom/Makefile.head +++ b/custom/Makefile.head @@ -500,7 +500,7 @@ EXT= # The default calc versions # -VERSION= 2.14.0.10 +VERSION= 2.14.0.11 # Names of shared libraries with versions # diff --git a/custom/Makefile.simple b/custom/Makefile.simple index 0519ae3..76fe7a1 100644 --- a/custom/Makefile.simple +++ b/custom/Makefile.simple @@ -459,7 +459,7 @@ EXT= # The default calc versions # -VERSION= 2.14.0.10 +VERSION= 2.14.0.11 # Names of shared libraries with versions # diff --git a/version.c b/version.c index 1d971fe..e1a1291 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 10 /* minor software version level */ +#define MINOR_PATCH 11 /* minor software version level */ /*