diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-07-26 21:59:44 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-07-26 21:59:44 +0900 |
commit | 02639199e2eec94a1d2741f6ba9823267cb39a62 (patch) | |
tree | 7a8934a0f863503611c01245b0eac1a6cfdacdd6 /tdecore | |
parent | d06b03ad49d8056567dd1c29614bca45aebf6e86 (diff) | |
download | tdelibs-02639199e2eec94a1d2741f6ba9823267cb39a62.tar.gz tdelibs-02639199e2eec94a1d2741f6ba9823267cb39a62.zip |
Removed "DEVELOPMENT" from TDE version in preparation for R14.0.5
release (this time ok).
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdecore')
-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 7849656ce..16aebd1ff 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.5 [DEVELOPMENT]" +#define TDE_VERSION_STRING "R14.0.5" #define TDE_VERSION_MAJOR 14 #define TDE_VERSION_MINOR 0 #define TDE_VERSION_RELEASE 5 |