diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-04-16 18:30:08 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-04-16 18:30:08 +0900 |
commit | 6b4507c6aa5e30097872f8ce64e9b8097fc63927 (patch) | |
tree | 1e566d602b301172c26709764039b1fc52ede13f | |
parent | 548bb65da4ba2cfbad69e09091b7e2bf61a9dec3 (diff) | |
download | tdelibs-6b4507c6aa5e30097872f8ce64e9b8097fc63927.tar.gz tdelibs-6b4507c6aa5e30097872f8ce64e9b8097fc63927.zip |
Update release version to R14.1.0r14.1.0
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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 b784e7901..ddc9da533 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.1.0 [DEVELOPMENT]" +#define TDE_VERSION_STRING "R14.1.0" #define TDE_VERSION_MAJOR 14 #define TDE_VERSION_MINOR 1 #define TDE_VERSION_RELEASE 0 |