diff options
Diffstat (limited to 'UConfig.pas')
| -rw-r--r-- | UConfig.pas | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/UConfig.pas b/UConfig.pas index a51591f..3c54cc5 100644 --- a/UConfig.pas +++ b/UConfig.pas @@ -19,14 +19,14 @@ *) unit UConfig; -interface +interface uses Classes, ULocale; resourcestring ConstAppTitle = 'Tux Commander'; - ConstAboutVersion = '0.6.80-dev'; - ConstAboutBuildDate = '2024-10-08'; + ConstAboutVersion = '0.6.81-dev'; + ConstAboutBuildDate = '2024-10-23'; {$IFDEF FPC} {$INCLUDE fpcver.inc} |
