Skip to content

Commit 120a617

Browse files
Version 0.4
While this version was marked as 1.0 in development, there's been a very significant number of bug fixes and small changes that justify releasing a new version with the current development snapshot. Not a 1.0 release candidate because bugs are still being found and fixed.
1 parent de945a0 commit 120a617

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 1.0 (in development)
5+
## Version 0.4 (1 February 2022)
66

77
- Fixed a bug when loading APNG files with reduced frames
88
- Fixed emitting GIF files with transparent pixels

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 10000
5+
#define PLUM_VERSION 49
66

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

0 commit comments

Comments
 (0)