From afb0f7591a16db3a6f1b971cabd6e0bd529927f6 Mon Sep 17 00:00:00 2001 From: Phillip Berndt Date: Wed, 18 Jun 2014 16:46:56 +0200 Subject: [PATCH] Release pqiv 2.2 --- README.markdown | 2 +- pqiv.1 | 2 +- pqiv.c | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index b0c0c79..86356f5 100644 --- a/README.markdown +++ b/README.markdown @@ -100,7 +100,7 @@ Known bugs Changelog --------- -pqiv 2.2 (work in progress) +pqiv 2.2 * Accept URLs as command line arguments * Revived -r for reading additional files from stdin (by J.P. Reed) * Display the help message if invoked without parameters (by J.P. Reed) diff --git a/pqiv.1 b/pqiv.1 index 8f8b672..c0c6f6b 100644 --- a/pqiv.1 +++ b/pqiv.1 @@ -1,5 +1,5 @@ .\" vim:filetype=groff -.TH pqiv 1 "04 November 2013" "" "pqiv manual" +.TH pqiv 1 "18 June 2014" "" "pqiv manual" .SH NAME pqiv \- quick image viewer .SH SYNOPSIS diff --git a/pqiv.c b/pqiv.c index be62099..082154b 100644 --- a/pqiv.c +++ b/pqiv.c @@ -1,7 +1,7 @@ /** * pqiv * - * Copyright (c) 2013, Phillip Berndt + * Copyright (c) 2013-2014, Phillip Berndt * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ #define _XOPEN_SOURCE 600 -#define PQIV_VERSION "2.1.1" +#define PQIV_VERSION "2.2" #include "lib/strnatcmp.h" #include "lib/bostree.h"