diff --git a/Makefile.config b/Makefile.config index f1687dd..4849b1b 100644 --- a/Makefile.config +++ b/Makefile.config @@ -1303,7 +1303,7 @@ EXT= # The calc version in the form of x.y.z.w # -VERSION= 2.14.3.1 +VERSION= 2.14.3.2 # The calc major version in the form of x.y.z # diff --git a/version.c b/version.c index e9c8a7b..43805d9 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 3 /* major software version level */ -#define MINOR_PATCH 1 /* minor software version level */ +#define MINOR_PATCH 2 /* minor software version level */ /*