From 9bc362f59b56792b9ed6664b9cea92d221168bca Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Mon, 18 Mar 2013 21:09:13 +0000 Subject: [PATCH] Made number transition to 1.2.9 --- Makefile.am | 2 +- cdrskin/README | 8 ++++---- cdrskin/cdrskin.1 | 2 +- cdrskin/cdrskin.c | 4 ++-- cdrskin/cdrskin_timestamp.h | 2 +- cdrskin/compile_cdrskin.sh | 2 +- configure.ac | 8 ++++---- libburn/libburn.h | 2 +- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Makefile.am b/Makefile.am index baa0a4b..ed8e733 100644 --- a/Makefile.am +++ b/Makefile.am @@ -120,7 +120,7 @@ test_structest_SOURCES = test/structest.c ## cdrskin construction site - ts A60816 - B30318 cdrskin_cdrskin_CPPFLAGS = -Ilibburn -cdrskin_cdrskin_CFLAGS = -DCdrskin_libburn_1_2_8 +cdrskin_cdrskin_CFLAGS = -DCdrskin_libburn_1_2_9 # 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 595b4f6..40d457c 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.2.8.tar.gz +http://scdbackup.sourceforge.net/cdrskin-1.2.9.tar.gz Copyright (C) 2006-2013 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.2.8.tar.gz, take it to a directory of your choice and do: +Obtain cdrskin-1.2.9.tar.gz, take it to a directory of your choice and do: - tar xzf cdrskin-1.2.8.tar.gz - cd cdrskin-1.2.8 + tar xzf cdrskin-1.2.9.tar.gz + cd cdrskin-1.2.9 Within that directory execute: diff --git a/cdrskin/cdrskin.1 b/cdrskin/cdrskin.1 index e4c22fd..3372cb1 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.2.8, Mar 18, 2013" +.TH CDRSKIN 1 "Version 1.2.9, Mar 18, 2013" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: diff --git a/cdrskin/cdrskin.c b/cdrskin/cdrskin.c index ef134b5..d196914 100644 --- a/cdrskin/cdrskin.c +++ b/cdrskin/cdrskin.c @@ -139,7 +139,7 @@ or #undef Cdrskin_libburn_micrO #define Cdrskin_libburn_majoR 1 #define Cdrskin_libburn_minoR 2 -#define Cdrskin_libburn_micrO 6 +#define Cdrskin_libburn_micrO 8 #endif #ifdef Cdrskin_libburn_1_2_9 #undef Cdrskin_libburn_majoR @@ -147,7 +147,7 @@ or #undef Cdrskin_libburn_micrO #define Cdrskin_libburn_majoR 1 #define Cdrskin_libburn_minoR 2 -#define Cdrskin_libburn_micrO 7 +#define Cdrskin_libburn_micrO 9 #endif diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index 9747428..9f632af 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2013.03.18.080001" +#define Cdrskin_timestamP "2013.03.18.210519" diff --git a/cdrskin/compile_cdrskin.sh b/cdrskin/compile_cdrskin.sh index efa001b..9d46de8 100755 --- a/cdrskin/compile_cdrskin.sh +++ b/cdrskin/compile_cdrskin.sh @@ -8,7 +8,7 @@ debug_opts="-O2" def_opts= largefile_opts="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1" fifo_opts="" -libvers="-DCdrskin_libburn_1_2_8" +libvers="-DCdrskin_libburn_1_2_9" # To be used if Makefile.am uses libburn_libburn_la_CFLAGS # burn="libburn/libburn_libburn_la-" diff --git a/configure.ac b/configure.ac index ebba9ee..071e8df 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libburn], [1.2.8], [http://libburnia-project.org]) +AC_INIT([libburn], [1.2.9], [http://libburnia-project.org]) AC_PREREQ([2.50]) dnl AC_CONFIG_HEADER([config.h]) @@ -125,7 +125,7 @@ dnl dnl As said: Only copies. Original in libburn/libburn.h : burn_header_version_* BURN_MAJOR_VERSION=1 BURN_MINOR_VERSION=2 -BURN_MICRO_VERSION=8 +BURN_MICRO_VERSION=9 BURN_VERSION=$BURN_MAJOR_VERSION.$BURN_MINOR_VERSION.$BURN_MICRO_VERSION AC_SUBST(BURN_MAJOR_VERSION) @@ -136,8 +136,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.2.8 -dnl ### This is the development version after above release version +dnl ### This is the release version libburn-1.2.8 +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 85710f9..3bb6a74 100644 --- a/libburn/libburn.h +++ b/libburn/libburn.h @@ -3485,7 +3485,7 @@ void burn_version(int *major, int *minor, int *micro); */ #define burn_header_version_major 1 #define burn_header_version_minor 2 -#define burn_header_version_micro 8 +#define burn_header_version_micro 9 /** Note: Above version numbers are also recorded in configure.ac because libtool wants them as parameters at build time.