Skip to content

Commit a547c36

Browse files
committed
prep CHANGES for the next release of calc
1 parent 1e2698b commit a547c36

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGES

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
The 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

Makefile.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
#

version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
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*/

0 commit comments

Comments
 (0)