From 3c9d2db77ed96f1cd67bab72b46ddc886972e9f6 Mon Sep 17 00:00:00 2001 From: Christian Muck Date: Fri, 15 Jun 2012 08:51:12 +0200 Subject: Created bugfix branch v2.7.1 from v2.7.0 Signed-off-by: Christian Muck --- CMakeLists.txt | 4 ++-- README.txt | 4 ++-- ReleaseNotes.txt | 2 +- doc/dlt-convert.1 | 2 +- doc/dlt-daemon.1 | 2 +- doc/dlt-receive.1 | 2 +- doc/dlt-system.1 | 2 +- doc/dlt-system.conf.5 | 2 +- doc/dlt.conf.5 | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e240ad2..ab2f1fa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,9 +24,9 @@ set( CMAKE_INSTALL_PREFIX "/usr" ) # Set version parameters set( DLT_MAJOR_VERSION 2) set( DLT_MINOR_VERSION 7) -set( DLT_PATCH_LEVEL 0) +set( DLT_PATCH_LEVEL 1) set( DLT_VERSION ${DLT_MAJOR_VERSION}.${DLT_MINOR_VERSION}.${DLT_PATCH_LEVEL}) -set( DLT_VERSION_STATE STABLE ) +set( DLT_VERSION_STATE ALPHA ) set( DLT_REVISION "") execute_process(COMMAND git describe --tags WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} diff --git a/README.txt b/README.txt index ddbc0ee..6c69341 100644 --- a/README.txt +++ b/README.txt @@ -1,6 +1,6 @@ DLT - Automotive Diagnostic Log and Trace -Version: 2.7.0 +Version: 2.7.1 Alpha This component provides a standardised log and trace interface, based on the standardised protocol specified in the AUTOSAR standard 4.0 DLT. @@ -100,4 +100,4 @@ Create doxygen documentation - (only DLT doc - optional )make doc - (only DLT-Filetransfer - optional )make doc-filetransfer -You find the documentation know as HTML, RTF or LaTex in /build/doc \ No newline at end of file +You find the documentation know as HTML, RTF or LaTex in /build/doc diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 7d145cf..cbf4f27 100755 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,6 +1,6 @@ DLT - Automotive Diagnostic Log and Trace -Version: 2.7.0 +Version: 2.7.1 Alpa This component provides a standardised log and trace interface, based on the standardised protocol specified in the AUTOSAR standard 4.0 DLT. diff --git a/doc/dlt-convert.1 b/doc/dlt-convert.1 index 5a29267..259e6d1 100644 --- a/doc/dlt-convert.1 +++ b/doc/dlt-convert.1 @@ -1,4 +1,4 @@ -.TH dlt-convert 1 "April 13, 2012" "version 2.7.0" "USER COMMANDS" +.TH dlt-convert 1 "April 13, 2012" "version 2.7.1 Alpha" "USER COMMANDS" .SH NAME dlt-convert \- Convert DLT Logging files into ASCII .SH SYNOPSIS diff --git a/doc/dlt-daemon.1 b/doc/dlt-daemon.1 index c971ff3..3b05bbd 100644 --- a/doc/dlt-daemon.1 +++ b/doc/dlt-daemon.1 @@ -1,4 +1,4 @@ -.TH dlt-daemon 1 "April 13, 2012" "version 2.7.0" "USER COMMANDS" +.TH dlt-daemon 1 "April 13, 2012" "version 2.7.1 Alpha" "USER COMMANDS" .SH NAME dlt-daemon \- DLT daemon for logging and tracing purpose .SH SYNOPSIS diff --git a/doc/dlt-receive.1 b/doc/dlt-receive.1 index 3a96e70..2882c4b 100644 --- a/doc/dlt-receive.1 +++ b/doc/dlt-receive.1 @@ -1,4 +1,4 @@ -.TH dlt-receive 1 "April 13, 2012" "version 2.7.0" "USER COMMANDS" +.TH dlt-receive 1 "April 13, 2012" "version 2.7.1 Alpha" "USER COMMANDS" .SH NAME dlt-receive \- Console based client for DLT Logging .SH SYNOPSIS diff --git a/doc/dlt-system.1 b/doc/dlt-system.1 index 1484063..2ea75f3 100644 --- a/doc/dlt-system.1 +++ b/doc/dlt-system.1 @@ -1,4 +1,4 @@ -.TH dlt-system 1 "April 13, 2012" "version 2.7.0" "USER COMMANDS" +.TH dlt-system 1 "April 13, 2012" "version 2.7.1 Alpha" "USER COMMANDS" .SH NAME dlt-system \- DLT system logging process .SH SYNOPSIS diff --git a/doc/dlt-system.conf.5 b/doc/dlt-system.conf.5 index 2680a78..e507fcd 100644 --- a/doc/dlt-system.conf.5 +++ b/doc/dlt-system.conf.5 @@ -1,4 +1,4 @@ -.TH dlt-system.conf 5 "April 13, 2012" "version 2.7.0" "USER COMMANDS" +.TH dlt-system.conf 5 "April 13, 2012" "version 2.7.1 Alpha" "USER COMMANDS" .SH NAME dlt-system.conf \- DLT system process configuration file .SH DESCRIPTION diff --git a/doc/dlt.conf.5 b/doc/dlt.conf.5 index c77fba0..2d613a3 100644 --- a/doc/dlt.conf.5 +++ b/doc/dlt.conf.5 @@ -1,4 +1,4 @@ -.TH dlt.conf 5 "April 13, 2012" "version 2.7.0" "USER COMMANDS" +.TH dlt.conf 5 "April 13, 2012" "version 2.7.1 Alpha" "USER COMMANDS" .SH NAME dlt.conf \- DLT daemon configuration file .SH DESCRIPTION -- cgit v1.2.1