prep CHANGES for the next release of calc

This commit is contained in:
Landon Curt Noll
2024-05-27 18:47:41 -07:00
parent 1e2698b42d
commit a547c36f0a
3 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
The following are the changes from calc version 2.15.0.6 to 2.15.0.7:
Thanks to GitHub user @bambooleafz a critical bug (GitHub issue
#148 - https://github.com/lcn2/calc/issues/148) they identified
was fixed.
The following are the changes from calc version 2.15.0.5 to 2.15.0.6:
Thanks to GitHub user @ashamedbit, a long standing memory leak in

View File

@@ -1243,7 +1243,7 @@ EXT=
# The calc version in the form of x.y.z.w
#
VERSION= 2.15.0.6
VERSION= 2.15.0.7
# The calc major version in the form of x.y.z
#

View File

@@ -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 6 /* level 4: minor software version level */
#define MINOR_PATCH 7 /* level 4: minor software version level */
#endif /* !INCLUDE_VERSION_H*/