Skip to content

Commit c97ee18

Browse files
committed
Release v2.15.0.6
The following are the changes in this release: Thanks to GitHub user @ashamedbit, a long standing memory leak in zrandom.c has been fixed.
1 parent ae85846 commit c97ee18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.5
1246+
VERSION= 2.15.0.6
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 5 /* level 4: minor software version level */
67+
#define MINOR_PATCH 6 /* level 4: minor software version level */
6868

6969

7070
#endif /* !INCLUDE_VERSION_H*/

0 commit comments

Comments
 (0)