diff --git a/Makefile.ship b/Makefile.ship index fda2af6..b6c83e3 100644 --- a/Makefile.ship +++ b/Makefile.ship @@ -1053,7 +1053,7 @@ EXT= # The default calc versions # -VERSION= 2.12.8.1 +VERSION= 2.12.8.2 # Names of shared libraries with versions # diff --git a/custom/Makefile b/custom/Makefile index 10c8039..09e7732 100644 --- a/custom/Makefile +++ b/custom/Makefile @@ -348,7 +348,7 @@ EXT= # The default calc versions # -VERSION= 2.12.8.1 +VERSION= 2.12.8.2 # Names of shared libraries with versions # diff --git a/custom/Makefile.head b/custom/Makefile.head index de105c4..31f9643 100644 --- a/custom/Makefile.head +++ b/custom/Makefile.head @@ -348,7 +348,7 @@ EXT= # The default calc versions # -VERSION= 2.12.8.1 +VERSION= 2.12.8.2 # Names of shared libraries with versions # diff --git a/version.c b/version.c index ce985bd..dc2db31 100644 --- a/version.c +++ b/version.c @@ -45,7 +45,7 @@ static char *program; #define MAJOR_VER 2 /* major library version */ #define MINOR_VER 12 /* minor library version */ #define MAJOR_PATCH 8 /* major software version level */ -#define MINOR_PATCH 1 /* minor software version level */ +#define MINOR_PATCH 2 /* minor software version level */ /*