summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2019-12-18 22:18:03 +0100
committerSlávek Banko <slavek.banko@axis.cz>2019-12-18 22:18:03 +0100
commit6ef58927d27533a8671fcb3da5d6a52cbea3f0b4 (patch)
treee27e1a8f276ad41d0bcd0e7e35f4338bcd0e24f5
parent49fe27f66193129e170ae84971341154b271ba71 (diff)
downloadtdelibs-6ef58927d27533a8671fcb3da5d6a52cbea3f0b4.tar.gz
tdelibs-6ef58927d27533a8671fcb3da5d6a52cbea3f0b4.zip
Update version number for R14.0.7 final release.r14.0.7
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--CMakeLists.txt2
-rw-r--r--README2
-rw-r--r--kdoctools/customization/entities/general.entities4
-rw-r--r--tdecore/tdeversion.h2
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 @@
<!ENTITY tde-team "The &tde; Team">
-<!ENTITY tde-release-version "R14.0.7 [DEVELOPMENT]">
-<!ENTITY tde-release-date "March 31, 2019">
+<!ENTITY tde-release-version "R14.0.7">
+<!ENTITY tde-release-date "December 18, 2019">
<!ENTITY tde-copyright-date "2010-2019">
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