shithub: sox

Download patch

ref: 7d9091ff18a23ea798f6729c3545cc0b6c662ca1
parent: 88edc75a9bc23acf78ddfaa56fc70863b46c548e
author: Ulrich Klauer <ulrich@chirlu.de>
date: Sun Jan 13 20:33:44 EST 2013

Update documentation dates

Update dates and copyright years in the man pages (didn't happen at
latest release ;-)).

--- a/sox.1
+++ b/sox.1
@@ -29,7 +29,7 @@
 .SP
 .fi
 ..
-.TH SoX 1 "February 19, 2011" "sox" "Sound eXchange"
+.TH SoX 1 "February 1, 2013" "sox" "Sound eXchange"
 .SH NAME
 SoX \- Sound eXchange, the Swiss Army knife of audio manipulation
 .SH SYNOPSIS
@@ -4266,7 +4266,7 @@
 .IR "LADSPA plugins" ,
 http://plugin.org.uk
 .SH LICENSE
-Copyright 1998\-2011 Chris Bagwell and SoX Contributors.
+Copyright 1998\-2013 Chris Bagwell and SoX Contributors.
 .br
 Copyright 1991 Lance Norskog and Sundry Contributors.
 .SP
--- a/soxformat.7
+++ b/soxformat.7
@@ -29,7 +29,7 @@
 .SP
 .fi
 ..
-.TH SoX 7 "February 19, 2011" "soxformat" "Sound eXchange"
+.TH SoX 7 "February 1, 2013" "soxformat" "Sound eXchange"
 .SH NAME
 SoX \- Sound eXchange, the Swiss Army knife of audio manipulation
 .SH DESCRIPTION
@@ -722,7 +722,7 @@
 supported with SoX) e.g. MP3; in some cases such a file can still be
 read by SoX by overriding the file type, e.g.
 .EX
-   play -t mp3 mp3-encoded.wav
+   play \-t mp3 mp3\-encoded.wav
 .EE
 Big endian versions of RIFF files, called RIFX, are also supported.
 To write a RIFX file, use the
@@ -818,7 +818,7 @@
 .IR "PLS" ,
 http://en.wikipedia.org/wiki/PLS_(file_format)
 .SH LICENSE
-Copyright 1998\-2011 Chris Bagwell and SoX Contributors.
+Copyright 1998\-2013 Chris Bagwell and SoX Contributors.
 .br
 Copyright 1991 Lance Norskog and Sundry Contributors.
 .SH AUTHORS
--- a/soxi.1
+++ b/soxi.1
@@ -29,7 +29,7 @@
 .SP
 .fi
 ..
-.TH SoXI 1 "February 19, 2011" "soxi" "Sound eXchange"
+.TH SoXI 1 "February 1, 2013" "soxi" "Sound eXchange"
 .SH NAME
 SoXI \- Sound eXchange Information, display sound file metadata
 .SH SYNOPSIS
@@ -103,7 +103,7 @@
 .SP
 The SoX web site at http://sox.sourceforge.net
 .SH LICENSE
-Copyright 2008-9 by Chris Bagwell and SoX Contributors.
+Copyright 2008\-2013 by Chris Bagwell and SoX Contributors.
 .SP
 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
--- a/src/soxconfig.h.cmake
+++ b/src/soxconfig.h.cmake
@@ -1,4 +1,4 @@
-#define PACKAGE_VERSION "14.4.1git"
+#define PACKAGE_VERSION "14.4.1"
 
 #cmakedefine EXTERNAL_GSM             1
 #cmakedefine EXTERNAL_LPC10           1