Skip to content

Commit

Permalink
bump 0.6.13
Browse files Browse the repository at this point in the history
Signed-off-by: BlackEagle <[email protected]>
  • Loading branch information
BlackIkeEagle committed May 27, 2015
1 parent d5c9033 commit b1e196a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion commandline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ void CommandLine::showversion(void)

void CommandLine::banner(void)
{
cout << "Copyright (C) 2003 Peter Brian Clements." << endl
cout << "Copyright (C) 2003-2015 Peter Brian Clements." << endl
<< "Copyright (C) 2011-2012 Marcel Partap." << endl
<< "Copyright (C) 2012-2015 Ike Devolder." << endl
<< endl
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dnl This file is part of par2cmdline (a PAR 2.0 compatible file verification and
dnl repair tool). See http://parchive.sourceforge.net for details of PAR 2.0.
dnl
dnl Copyright (c) 2003 Peter Brian Clements
dnl Copyright (c) 2003-2015 Peter Brian Clements
dnl Copyright (c) 2011-2012 Marcel Partap
dnl Copyright (c) 2012-2015 Ike Devolder
dnl
Expand All @@ -22,7 +22,7 @@ dnl -*- Autoconf -*-
dnl Process this file with autoconf to produce a configure script.

AC_PREREQ(2.58a)
AC_INIT([par2cmdline], [0.6.12], [[email protected]])
AC_INIT([par2cmdline], [0.6.13], [[email protected]])
AC_CONFIG_SRCDIR([par2cmdline.cpp])

AC_CANONICAL_HOST
Expand Down
2 changes: 1 addition & 1 deletion par2.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Manpage for par2
.\" Contact [email protected] for mistakes.
.TH par2 1 "april 2015" "0.6.12" "Parity archive utils"
.TH par2 1 "may 2015" "0.6.13" "Parity archive utils"
.SH NAME
par2 \- PAR 2.0 compatible file verification and repair tool.
.SH SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions par2cmdline.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;PACKAGE=\&quot;par2cmdline\&quot;;VERSION=\&quot;0.6.12\&quot;"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;PACKAGE=\&quot;par2cmdline\&quot;;VERSION=\&quot;0.6.13\&quot;"
MinimalRebuild="TRUE"
BasicRuntimeChecks="3"
RuntimeLibrary="5"
Expand Down Expand Up @@ -72,7 +72,7 @@
InlineFunctionExpansion="2"
FavorSizeOrSpeed="1"
OmitFramePointers="TRUE"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;PACKAGE=\&quot;par2cmdline\&quot;;VERSION=\&quot;0.6.12\&quot;"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;PACKAGE=\&quot;par2cmdline\&quot;;VERSION=\&quot;0.6.13\&quot;"
StringPooling="TRUE"
RuntimeLibrary="4"
EnableFunctionLevelLinking="TRUE"
Expand Down

0 comments on commit b1e196a

Please sign in to comment.