Skip to content

Commit

Permalink
Release pqiv 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipberndt committed Jun 18, 2014
1 parent 196ed3c commit afb0f75
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
4 changes: 2 additions & 2 deletions 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
Expand All @@ -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"
Expand Down

0 comments on commit afb0f75

Please sign in to comment.