From 840c1c22173103e70547f2784f988473359fa4d6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 15 Dec 2014 13:13:11 +0900 Subject: [PATCH] Updated version numbers for R14.1 branch --- kdoctools/customization/entities/general.entities | 4 ++-- tdecore/tdeversion.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kdoctools/customization/entities/general.entities b/kdoctools/customization/entities/general.entities index 1cbf8318f..a44c4ccb7 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 cea44b655..b784e7901 100644 --- a/tdecore/tdeversion.h +++ b/tdecore/tdeversion.h @@ -32,9 +32,9 @@ 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.0" +#define TDE_VERSION_STRING "R14.1.0 [DEVELOPMENT]" #define TDE_VERSION_MAJOR 14 -#define TDE_VERSION_MINOR 0 +#define TDE_VERSION_MINOR 1 #define TDE_VERSION_RELEASE 0 #define TDE_MAKE_VERSION( a,b,c ) (((a) << 16) | ((b) << 8) | (c))