diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-08-16 21:04:20 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-08-16 21:04:20 +0900 |
commit | 086cc055d4addb53912c874023eae4f6db58b619 (patch) | |
tree | b5c1d1838d0cf686596bc5e2393381cce0c78657 /tdecore/tdeversion.h | |
parent | f8425013a279a098866b20b4b4d6eb6f5290a282 (diff) | |
download | tdelibs-086cc055d4addb53912c874023eae4f6db58b619.tar.gz tdelibs-086cc055d4addb53912c874023eae4f6db58b619.zip |
Updated version number to R14.0.6 [DEVELOPMENT].
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdecore/tdeversion.h')
-rw-r--r-- | tdecore/tdeversion.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/tdeversion.h b/tdecore/tdeversion.h index 16aebd1ff..69808216b 100644 --- a/tdecore/tdeversion.h +++ b/tdecore/tdeversion.h @@ -32,10 +32,10 @@ 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.6 [DEVELOPMENT]" #define TDE_VERSION_MAJOR 14 #define TDE_VERSION_MINOR 0 -#define TDE_VERSION_RELEASE 5 +#define TDE_VERSION_RELEASE 6 #define TDE_MAKE_VERSION( a,b,c ) (((a) << 16) | ((b) << 8) | (c)) #define TDE_VERSION \ |