diff --git a/Makefile b/Makefile index 8ee1020..6e0862f 100644 --- a/Makefile +++ b/Makefile @@ -1381,7 +1381,7 @@ EXT= # The default calc versions # -VERSION= 2.14.2.0 +VERSION= 2.14.2.1 # Names of shared libraries with versions # diff --git a/Makefile.simple b/Makefile.simple index c542f7a..116fd87 100644 --- a/Makefile.simple +++ b/Makefile.simple @@ -1239,7 +1239,7 @@ EXT= # The default calc versions # -VERSION= 2.14.2.0 +VERSION= 2.14.2.1 # Names of shared libraries with versions # diff --git a/custom/Makefile b/custom/Makefile index 749160c..21e776b 100644 --- a/custom/Makefile +++ b/custom/Makefile @@ -475,7 +475,7 @@ EXT= # The default calc versions # -VERSION= 2.14.2.0 +VERSION= 2.14.2.1 # Names of shared libraries with versions # diff --git a/custom/Makefile.simple b/custom/Makefile.simple index a6905ed..3dd8b7a 100644 --- a/custom/Makefile.simple +++ b/custom/Makefile.simple @@ -445,7 +445,7 @@ EXT= # The default calc versions # -VERSION= 2.14.2.0 +VERSION= 2.14.2.1 # Names of shared libraries with versions # diff --git a/version.c b/version.c index 3fa2441..5a1be21 100644 --- a/version.c +++ b/version.c @@ -84,7 +84,7 @@ static char *program; #define MAJOR_VER 2 /* major library version */ #define MINOR_VER 14 /* minor library version */ #define MAJOR_PATCH 2 /* major software version level */ -#define MINOR_PATCH 0 /* minor software version level */ +#define MINOR_PATCH 1 /* minor software version level */ /*