From 6ef58927d27533a8671fcb3da5d6a52cbea3f0b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 18 Dec 2019 22:18:03 +0100 Subject: Update version number for R14.0.7 final release. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- CMakeLists.txt | 2 +- README | 2 +- kdoctools/customization/entities/general.entities | 4 ++-- tdecore/tdeversion.h | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 85b87b7e5..f0a875094 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ cmake_minimum_required( VERSION 2.8 ) project( tdelibs ) set( PACKAGE tdelibs ) -set( VERSION R14.0.6 ) +set( VERSION R14.0.7 ) ##### include essential cmake modules ########### diff --git a/README b/README index 75c51035d..7eb7702ee 100644 --- a/README +++ b/README @@ -10,7 +10,7 @@ In this file: About tdelibs ------------- -This is version R14.0.7 [DEVELOPMENT] of the Trinity Desktop Environment (TDE) libraries. +This is version R14.0.7 of the Trinity Desktop Environment (TDE) libraries. This package includes libraries that are central to the development and execution of a KDE program, as well as internationalization files for these diff --git a/kdoctools/customization/entities/general.entities b/kdoctools/customization/entities/general.entities index e15bca4f5..eda9ac3f6 100644 --- a/kdoctools/customization/entities/general.entities +++ b/kdoctools/customization/entities/general.entities @@ -425,6 +425,6 @@ - - + + diff --git a/tdecore/tdeversion.h b/tdecore/tdeversion.h index 5036c05da..c09fb67bd 100644 --- a/tdecore/tdeversion.h +++ b/tdecore/tdeversion.h @@ -32,7 +32,7 @@ A new FEATURE REVISION level always resets the BUG AND SECURITY PATCHLEVEL. A new ABI version resets both the FEATURE REVISION and BUG AND SECURITY PATCH LEVEL. */ -#define TDE_VERSION_STRING "R14.0.7 [DEVELOPMENT]" +#define TDE_VERSION_STRING "R14.0.7" #define TDE_VERSION_MAJOR 14 #define TDE_VERSION_MINOR 0 #define TDE_VERSION_RELEASE 7 -- cgit v1.2.3