diff --git a/Makefile.config b/Makefile.config index ddf4afc5d..1e768d749 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.4 +VERSION= 2.14.3.5 # The calc major version in the form of x.y.z # diff --git a/version.c b/version.c index 6ed5df248..ed6cceaf7 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 4 /* minor software version level */ +#define MINOR_PATCH 5 /* minor software version level */ /*