Made number transition to 1.5.1

This commit is contained in:
2018-09-16 15:53:33 +02:00
parent c2bcf78c81
commit 04f9a30787
7 changed files with 15 additions and 15 deletions

View File

@ -4,7 +4,7 @@
cdrskin. By Thomas Schmitt <scdbackup@gmx.net>
Integrated sub project of libburnia-project.org but also published via:
http://scdbackup.sourceforge.net/cdrskin_eng.html
http://scdbackup.sourceforge.net/cdrskin-1.5.0.tar.gz
http://scdbackup.sourceforge.net/cdrskin-1.5.1.tar.gz
Copyright (C) 2006-2018 Thomas Schmitt, provided under GPL version 2 or later.
------------------------------------------------------------------------------
@ -26,10 +26,10 @@ By using this software you agree to the disclaimer at the end of this text
Compilation, First Glimpse, Installation
Obtain cdrskin-1.5.0.tar.gz, take it to a directory of your choice and do:
Obtain cdrskin-1.5.1.tar.gz, take it to a directory of your choice and do:
tar xzf cdrskin-1.5.0.tar.gz
cd cdrskin-1.5.0
tar xzf cdrskin-1.5.1.tar.gz
cd cdrskin-1.5.1
Within that directory execute:
@ -591,7 +591,7 @@ contributions in a due way.
Based on and sub project of:
libburnia-project.org
By Mario Danic <mario.danic@gmail.com> and Thomas Schmitt <scdbackup@gmx.net>
Copyright (C) 2006-2017 Mario Danic, Thomas Schmitt
Copyright (C) 2006-2018 Mario Danic, Thomas Schmitt
libburnia-project.org is inspired by and in other components still containing
parts of

View File

@ -2,7 +2,7 @@
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH CDRSKIN 1 "Version 1.5.0, Sep 15, 2018"
.TH CDRSKIN 1 "Version 1.5.1, Sep 16, 2018"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:

View File

@ -87,7 +87,7 @@ or
/** The official program version */
#ifndef Cdrskin_prog_versioN
#define Cdrskin_prog_versioN "1.5.0"
#define Cdrskin_prog_versioN "1.5.1"
#endif
/** The official libburn interface revision to use.
@ -3172,7 +3172,7 @@ set_severities:;
int major, minor, micro;
printf(
"Cdrecord 2.01a27 Emulation. Copyright (C) 2006-2016, see libburnia-project.org\n");
"Cdrecord 2.01a27 Emulation. Copyright (C) 2006-2018, see libburnia-project.org\n");
if(o->fallback_program[0]) {
char *hargv[2];

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2018.09.15.083001"
#define Cdrskin_timestamP "2018.09.16.134959"