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
+
1
8
The following are the changes from calc version 2.15.0.5 to 2.15.0.6:
2
9
3
10
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=
1243
1243
1244
1244
# The calc version in the form of x.y.z.w
1245
1245
#
1246
- VERSION = 2.15.0.6
1246
+ VERSION = 2.15.0.7
1247
1247
1248
1248
# The calc major version in the form of x.y.z
1249
1249
#
Original file line number Diff line number Diff line change 64
64
#define MAJOR_VER 2 /* level 1: major library version */
65
65
#define MINOR_VER 15 /* level 2: minor library version */
66
66
#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 */
68
68
69
69
70
70
#endif /* !INCLUDE_VERSION_H*/
You can’t perform that action at this time.
0 commit comments