diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-07-26 21:58:05 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-07-26 21:58:05 +0900 |
commit | d06b03ad49d8056567dd1c29614bca45aebf6e86 (patch) | |
tree | ecce48088754d89a73dcd325a79b6a222eca2238 /tdecore/tdeversion.h | |
parent | dcb480334c2e8a53fd5ca421b6bd686ea594d4ac (diff) | |
download | tdelibs-d06b03ad49d8056567dd1c29614bca45aebf6e86.tar.gz tdelibs-d06b03ad49d8056567dd1c29614bca45aebf6e86.zip |
Revert "Removed "DEVELOPMENT" from TDE version in preparation for R14.0.5"
due to unwanted change inclusion.
This reverts commit 398bc87ef9d0ca9264b2d8bce7b8c2e3f134f49c.
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 16aebd1ff..7849656ce 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" +#define TDE_VERSION_STRING "R14.0.5 [DEVELOPMENT]" #define TDE_VERSION_MAJOR 14 #define TDE_VERSION_MINOR 0 #define TDE_VERSION_RELEASE 5 |