From 04f9a3078752b0b534536dc98d6d9ffc4d188093 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sun, 16 Sep 2018 15:53:33 +0200 Subject: [PATCH] Made number transition to 1.5.1 --- Makefile.am | 2 +- cdrskin/README | 10 +++++----- cdrskin/cdrskin.1 | 2 +- cdrskin/cdrskin.c | 4 ++-- cdrskin/cdrskin_timestamp.h | 2 +- configure.ac | 8 ++++---- libburn/libburn.h | 2 +- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Makefile.am b/Makefile.am index 57ccfcc..92bbc9f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -116,7 +116,7 @@ test_poll_SOURCES = test/poll.c ## cdrskin construction site - ts A60816 - B80915 cdrskin_cdrskin_CPPFLAGS = -Ilibburn -cdrskin_cdrskin_CFLAGS = -DCdrskin_libburn_1_5_0 +cdrskin_cdrskin_CFLAGS = -DCdrskin_libburn_1_5_1 # cdrskin_cdrskin_LDADD = $(libburn_libburn_la_OBJECTS) $(LIBBURN_EXTRALIBS) # ts A80123, change proposed by Simon Huggins to cause dynamic libburn linking diff --git a/cdrskin/README b/cdrskin/README index 41f8071..e923903 100644 --- a/cdrskin/README +++ b/cdrskin/README @@ -4,7 +4,7 @@ cdrskin. By Thomas Schmitt 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 and Thomas Schmitt -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 diff --git a/cdrskin/cdrskin.1 b/cdrskin/cdrskin.1 index 8ccd15c..53b7e9c 100644 --- a/cdrskin/cdrskin.1 +++ b/cdrskin/cdrskin.1 @@ -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: diff --git a/cdrskin/cdrskin.c b/cdrskin/cdrskin.c index e3d74d3..c368a3b 100644 --- a/cdrskin/cdrskin.c +++ b/cdrskin/cdrskin.c @@ -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]; diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index 9eb3f29..415fccf 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2018.09.15.083001" +#define Cdrskin_timestamP "2018.09.16.134959" diff --git a/configure.ac b/configure.ac index da8a67b..f320a33 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libburn], [1.5.0], [http://libburnia-project.org]) +AC_INIT([libburn], [1.5.1], [http://libburnia-project.org]) AC_PREREQ([2.50]) dnl AC_CONFIG_HEADER([config.h]) @@ -136,7 +136,7 @@ dnl dnl As said: Only copies. Original in libburn/libburn.h : burn_header_version_* BURN_MAJOR_VERSION=1 BURN_MINOR_VERSION=5 -BURN_MICRO_VERSION=0 +BURN_MICRO_VERSION=1 BURN_VERSION=$BURN_MAJOR_VERSION.$BURN_MINOR_VERSION.$BURN_MICRO_VERSION AC_SUBST(BURN_MAJOR_VERSION) @@ -147,8 +147,8 @@ AC_SUBST(BURN_VERSION) dnl Libtool versioning LT_RELEASE=$BURN_MAJOR_VERSION.$BURN_MINOR_VERSION.$BURN_MICRO_VERSION dnl -dnl This is the release version libburn-1.5.0 -dnl ### This is the development version after above release version +dnl ### This is the release version libburn-1.5.0 +dnl This is the development version after above release version dnl LT_CURRENT++, LT_AGE++ has not yet happened. dnl ### LT_CURRENT++, LT_AGE++ has happened meanwhile. dnl diff --git a/libburn/libburn.h b/libburn/libburn.h index 6b82c6e..1cd4be0 100644 --- a/libburn/libburn.h +++ b/libburn/libburn.h @@ -3706,7 +3706,7 @@ void burn_version(int *major, int *minor, int *micro); */ #define burn_header_version_major 1 #define burn_header_version_minor 5 -#define burn_header_version_micro 0 +#define burn_header_version_micro 1 /** Note: Above version numbers are also recorded in configure.ac because libtool wants them as parameters at build time.