From f638ea614478381eadb28bc92c2e41d6b77fb0f4 Mon Sep 17 00:00:00 2001 From: Christian Muck Date: Fri, 15 Jun 2012 08:47:24 +0200 Subject: After stable release v2.7.0 - updated the version information to v2.8.0 Alpha - bugfixes for version v2.7.0 should be done in the bugfix branch v2.7.1 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.conf.5 | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e240ad2..c919d9d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,10 +23,10 @@ set( CMAKE_INSTALL_PREFIX "/usr" ) # Set version parameters set( DLT_MAJOR_VERSION 2) -set( DLT_MINOR_VERSION 7) +set( DLT_MINOR_VERSION 8) set( DLT_PATCH_LEVEL 0) 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..31fa0fc 100644 --- a/README.txt +++ b/README.txt @@ -1,6 +1,6 @@ DLT - Automotive Diagnostic Log and Trace -Version: 2.7.0 +Version: 2.8.0 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..b051f16 100755 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,6 +1,6 @@ DLT - Automotive Diagnostic Log and Trace -Version: 2.7.0 +Version: 2.8.0 ALPHA 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..b945792 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.8.0 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..aed5677 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.8.0 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..07eede2 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.8.0 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..a62a39d 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.8.0 ALPHA" "USER COMMANDS" .SH NAME dlt-system \- DLT system logging process .SH SYNOPSIS diff --git a/doc/dlt.conf.5 b/doc/dlt.conf.5 index c77fba0..dbe046d 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.8.0 ALPHA" "USER COMMANDS" .SH NAME dlt.conf \- DLT daemon configuration file .SH DESCRIPTION -- cgit v1.2.1