diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-03-03 22:14:14 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-03-03 22:14:14 +0900 |
commit | ca2507adc749959a2f02b86d8fd9db1853ff2298 (patch) | |
tree | 153417f134153f749a6957ef6f96b4d6b9cdf99f /tdecore/tdeversion.h | |
parent | ddacb54a1ed6a8e048c79064171ef9a4d7ecf570 (diff) | |
download | tdelibs-ca2507adc749959a2f02b86d8fd9db1853ff2298.tar.gz tdelibs-ca2507adc749959a2f02b86d8fd9db1853ff2298.zip |
Removed "DEVELOPMENT" from TDE version in preparation for R14.0.6 release.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdecore/tdeversion.h')
-rw-r--r-- | tdecore/tdeversion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/tdeversion.h b/tdecore/tdeversion.h index 69808216b..6bf306eea 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.6 [DEVELOPMENT]" +#define TDE_VERSION_STRING "R14.0.6" #define TDE_VERSION_MAJOR 14 #define TDE_VERSION_MINOR 0 #define TDE_VERSION_RELEASE 6 |