From a809dea62447342885cfd02d2203229828550885 Mon Sep 17 00:00:00 2001 From: aaaaaa123456789 Date: Sat, 29 Oct 2022 02:59:58 -0300 Subject: [PATCH] Version 1.2 --- 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 780bffd..58f8142 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,7 +2,7 @@ Note: releases are listed from latest to oldest. -## Version 1.2 (in development) +## Version 1.2 (29 October 2022) - Added `PLUM_METADATA_FRAME_AREA` metadata node when reading GIF, APNG and PNM files, preserving the sizes of the frames read in diff --git a/header/libplum.h b/header/libplum.h index 8a1c26d..feecfdd 100644 --- a/header/libplum.h +++ b/header/libplum.h @@ -2,7 +2,7 @@ #define PLUM_HEADER -#define PLUM_VERSION 10020 +#define PLUM_VERSION 10029 #include #ifndef PLUM_NO_STDINT