From 120a6177d8edaa29dc628030658d16d24fc75794 Mon Sep 17 00:00:00 2001 From: aaaaaa123456789 Date: Tue, 1 Feb 2022 04:06:38 -0300 Subject: [PATCH] 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. --- docs/changelog.md | 2 +- header/libplum.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index c020e87..ccb8ffc 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,7 +2,7 @@ Note: releases are listed from latest to oldest. -## Version 1.0 (in development) +## Version 0.4 (1 February 2022) - Fixed a bug when loading APNG files with reduced frames - Fixed emitting GIF files with transparent pixels diff --git a/header/libplum.h b/header/libplum.h index 7303894..1b87afc 100644 --- a/header/libplum.h +++ b/header/libplum.h @@ -2,7 +2,7 @@ #define PLUM_HEADER -#define PLUM_VERSION 10000 +#define PLUM_VERSION 49 #include #ifndef PLUM_NO_STDINT