Subversion Repositories pub

Compare Revisions

Ignore whitespace Rev 678 → Rev 679

/video-contact-sheet/trunk/dist/CHANGELOG
1,6 → 1,7
1.13.4 (?):
+ BUGFIX: Actually use all alternative evasion offsets (Bugfix by Davide
* BUGFIX: Actually use all alternative evasion offsets (Bugfix by Davide
Cavestro) [#364]
* BUGFIX: Display file sizes correctly when using mawk [#365]
 
1.13.3 (2017-05-26):
* Added codec IDs for h.265 and VP9
/video-contact-sheet/trunk/dist/vcs
5,7 → 5,7
# vcs
# Video Contact Sheet *NIX: Generates contact sheets (previews) of videos
#
# Copyright (C) 2007-2017 Toni Corvera
# Copyright (C) 2007-2019 Toni Corvera
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
28,9 → 28,9
#
# The full changelog can be found at <http://p.outlyer.net/vcs/files/CHANGELOG>
 
declare -r VERSION="1.13.3"
declare -r VERSION="1.13.4"
declare -r RELEASE=1
declare -ri PRERELEASE=2
declare -ri PRERELEASE=1
[ "$RELEASE" -eq 1 ] || declare -r SUBVERSION="-pre.${PRERELEASE}"
 
set -e
4360,7 → 4360,7
# Prints the program identification to stderr
show_vcs_info() { # Won't be printed in quiet modes
# Don't colourise this
infplain "Video Contact Sheet *NIX v${VERSION}${SUBVERSION}, (c) 2007-2017 Toni Corvera"
infplain "Video Contact Sheet *NIX v${VERSION}${SUBVERSION}, (c) 2007-2019 Toni Corvera"
}
 
# Prints the list of options to stdout