From b2c46c77f8b43c5f60e8842febbf068eb19d2ec0 Mon Sep 17 00:00:00 2001 From: Phillip Berndt Date: Fri, 3 Mar 2017 10:45:23 +0100 Subject: [PATCH] 2.8.3 release notes / version bump --- README.markdown | 3 ++- pqiv.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index faf548e..b3fb2fb 100644 --- a/README.markdown +++ b/README.markdown @@ -128,7 +128,8 @@ Known bugs Changelog --------- -pqiv 2.8.2 +pqiv 2.8.3 + * Correctly handle string arguments from the configuration file * Fix building with old glib versions that do not expose their x11 dependency in pkgconfig * Fix support for duplicate files in sorted mode diff --git a/pqiv.h b/pqiv.h index 1b6391b..173591d 100644 --- a/pqiv.h +++ b/pqiv.h @@ -29,7 +29,7 @@ #include "lib/bostree.h" #ifndef PQIV_VERSION -#define PQIV_VERSION "2.8.2" +#define PQIV_VERSION "2.8.3" #endif #define FILE_FLAGS_ANIMATION (guint)(1)