diff options
author | Mavridis Philippe <[email protected]> | 2021-04-06 10:02:33 +0300 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2021-04-06 10:05:10 +0300 |
commit | d9be0b940fbf90a3187708fdc5b7e59caaf760b2 (patch) | |
tree | 8ab11c7da058a5e81b62f66b5eb8ce04a1b88632 | |
parent | a6f1ba4f9363f446d5b193e495b60592421d9ef4 (diff) | |
download | kompose-d9be0b940fbf90a3187708fdc5b7e59caaf760b2.tar.gz kompose-d9be0b940fbf90a3187708fdc5b7e59caaf760b2.zip |
Bump version and replace KDE→TDE in description
Signed-off-by: Mavridis Philippe <[email protected]>
-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[] = { |