diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-04-11 09:44:03 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-04-17 10:41:36 +0900 |
commit | 8e6ceb4ad0697debce332f0007adc1f921743bbc (patch) | |
tree | 672a0ccc582247bcc1efc44694cfbd6751fa98ff | |
parent | 6ebbfb34fc4cab215740ec3c07d261f4c2581212 (diff) | |
download | tdelibs-r14.1.4.tar.gz tdelibs-r14.1.4.zip |
Update to final version R14.1.4r14.1.4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | tdecore/tdeversion.h | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,7 @@ In this file: About tdelibs ------------- -This is version R14.1.4~[DEVELOPMENT] of the Trinity Desktop Environment [TDE] libraries. +This is version R14.1.4 of the Trinity Desktop Environment [TDE] libraries. This package includes libraries that are central to the development and execution of a KDE program, as well as internationalization files for these diff --git a/tdecore/tdeversion.h b/tdecore/tdeversion.h index a90e0ba61..825f27293 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.4~[DEVELOPMENT]" +#define TDE_VERSION_STRING "R14.1.4" #define TDE_VERSION_MAJOR 14 #define TDE_VERSION_MINOR 1 #define TDE_VERSION_RELEASE 4 |