From 6fea536ceb4e7dd195e50b1a10b045296b4430d2 Mon Sep 17 00:00:00 2001 From: Phillip Berndt Date: Wed, 1 Mar 2017 08:46:49 +0100 Subject: [PATCH] Bump to pqiv 2.8.2 --- README.markdown | 4 +++- pqiv.h | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 1f7512c..faf548e 100644 --- a/README.markdown +++ b/README.markdown @@ -128,7 +128,9 @@ Known bugs Changelog --------- -pqiv 2.8.1 +pqiv 2.8.2 + * Fix building with old glib versions that do not expose their x11 dependency + in pkgconfig * Fix support for duplicate files in sorted mode * Fix MagickWand exit handler code diff --git a/pqiv.h b/pqiv.h index 9f2dd62..1b6391b 100644 --- a/pqiv.h +++ b/pqiv.h @@ -29,7 +29,7 @@ #include "lib/bostree.h" #ifndef PQIV_VERSION -#define PQIV_VERSION "2.8.1" +#define PQIV_VERSION "2.8.2" #endif #define FILE_FLAGS_ANIMATION (guint)(1)