diff options
author | Mavridis Philippe <mavridisf@gmail.com> | 2021-04-06 10:02:33 +0300 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-04-06 11:45:03 +0200 |
commit | a06241f8e3278dad6ea037c5feaa6213954336e3 (patch) | |
tree | 6479d6d0564f6411310edb2504bbf51be9bd8b09 | |
parent | 11f70f8a509dff6eb79f5b27fe1fc676d5c17a7d (diff) | |
download | kompose-a06241f8e3278dad6ea037c5feaa6213954336e3.tar.gz kompose-a06241f8e3278dad6ea037c5feaa6213954336e3.zip |
Bump version and replace KDE→TDE in description
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
(cherry picked from commit d9be0b940fbf90a3187708fdc5b7e59caaf760b2)
-rw-r--r-- | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index e0d0eaf..0a8929f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -29,9 +29,9 @@ static const char description[] = - I18N_NOOP("A fullscreen task manager for KDE"); + I18N_NOOP("A fullscreen task manager for TDE"); -static const char version[] = "0.5.3"; +static const char version[] = "0.5.4"; static TDECmdLineOptions options[] = { |