From 7e520f8e93135167a50f029c682faa30049273ec Mon Sep 17 00:00:00 2001 From: Phillip Berndt Date: Tue, 12 Dec 2017 21:06:03 +0100 Subject: [PATCH] pqiv 2.10.2 --- README.markdown | 4 +--- pqiv.h | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index 25e82a5..9866a83 100644 --- a/README.markdown +++ b/README.markdown @@ -171,12 +171,10 @@ For some advanced uses of pqiv, take a look at these resouces: Changelog --------- -pqiv (dev) +pqiv 2.10.2 * Fix output of `montage_mode_shift_y_rows()` in key bindings * Update the info text when the background pattern is cycled * Prevent potential crashes in poppler backend for rapid image movements - -pqiv 2.10.1 * Fix processing of dangling symlinks in the file buffer pqiv 2.10 diff --git a/pqiv.h b/pqiv.h index cfb403d..3a8e8d4 100644 --- a/pqiv.h +++ b/pqiv.h @@ -29,7 +29,7 @@ #include "lib/bostree.h" #ifndef PQIV_VERSION -#define PQIV_VERSION "2.10.1" +#define PQIV_VERSION "2.10.2" #endif #define FILE_FLAGS_ANIMATION (guint)(1)