diff --git a/Makefile.config b/Makefile.config index d8fb070..3ed0949 100644 --- a/Makefile.config +++ b/Makefile.config @@ -1276,7 +1276,7 @@ EXT= # The calc version in the form of x.y.z.w # -VERSION= 2.15.0.1 +VERSION= 2.15.0.2 # The calc major version in the form of x.y.z # diff --git a/version.h b/version.h index 8d1d16b..42cdbd8 100644 --- a/version.h +++ b/version.h @@ -64,7 +64,7 @@ #define MAJOR_VER 2 /* level 1: major library version */ #define MINOR_VER 15 /* level 2: minor library version */ #define MAJOR_PATCH 0 /* level 3: major software version level */ -#define MINOR_PATCH 1 /* level 4: minor software version level */ +#define MINOR_PATCH 2 /* level 4: minor software version level */ #endif /* !INCLUDE_VERSION_H*/