File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ The following are the changes from calc version 2.15.0.6 to 2.15.0.7:
2+
3+ Thanks to GitHub user @bambooleafz a critical bug (GitHub issue
4+ #148 - https://github.com/lcn2/calc/issues/148) they identified
5+ was fixed.
6+
7+
18The following are the changes from calc version 2.15.0.5 to 2.15.0.6:
29
310 Thanks to GitHub user @ashamedbit, a long standing memory leak in
Original file line number Diff line number Diff line change @@ -1243,7 +1243,7 @@ EXT=
12431243
12441244# The calc version in the form of x.y.z.w
12451245#
1246- VERSION = 2.15.0.6
1246+ VERSION = 2.15.0.7
12471247
12481248# The calc major version in the form of x.y.z
12491249#
Original file line number Diff line number Diff line change 6464#define MAJOR_VER 2 /* level 1: major library version */
6565#define MINOR_VER 15 /* level 2: minor library version */
6666#define MAJOR_PATCH 0 /* level 3: major software version level */
67- #define MINOR_PATCH 6 /* level 4: minor software version level */
67+ #define MINOR_PATCH 7 /* level 4: minor software version level */
6868
6969
7070#endif /* !INCLUDE_VERSION_H*/
You can’t perform that action at this time.
0 commit comments