From 469fe63df4b27463f8accf8a45ae515a17c202e7 Mon Sep 17 00:00:00 2001 From: Phillip Berndt Date: Thu, 5 Feb 2015 08:18:45 +0100 Subject: [PATCH] Prepared source for pqiv 2.3 release fixes #31 --- README.markdown | 2 +- pqiv.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 307a535..b2360e2 100644 --- a/README.markdown +++ b/README.markdown @@ -118,7 +118,7 @@ Known bugs Changelog --------- -pqiv 2.3 (Work in progress) +pqiv 2.3 * Refactored an abstraction layer around the image backend * Added optional support for PDF-files through [poppler](http://poppler.freedesktop.org/) diff --git a/pqiv.h b/pqiv.h index d6d9c4b..ea53512 100644 --- a/pqiv.h +++ b/pqiv.h @@ -29,7 +29,7 @@ #include "lib/bostree.h" #ifndef PQIV_VERSION -#define PQIV_VERSION "2.2" +#define PQIV_VERSION "2.3" #endif #define FILE_FLAGS_ANIMATION (guint)(1)