Skip to content

Commit d548fed

Browse files
Version 0.2
1 parent 4ee7cba commit d548fed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Note: releases are listed from latest to oldest.
44

5-
## Version 0.2 (in development)
5+
## Version 0.2 (4 January 2022)
66

77
- Fixed a number of decoding bugs involving unusual image parameters
88
- Fixed a bug with `plum_malloc` and related functions underflowing the allocation size on excessively large arguments

header/libplum.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#define PLUM_HEADER
44

5-
#define PLUM_VERSION 20
5+
#define PLUM_VERSION 29
66

77
#include <stddef.h>
88
#ifndef PLUM_NO_STDINT

0 commit comments

Comments
 (0)