summaryrefslogtreecommitdiff
path: root/UConfig.pas
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2024-10-08 21:23:56 +0200
committerTomas Bzatek <tbzatek@redhat.com>2024-10-08 21:26:21 +0200
commit81c8cd22e61701c1145dc267b0925add6cc0e78a (patch)
tree3ffeb2559f408091c858391a03285219d0ddf2c9 /UConfig.pas
parent4c77a4ae178e207446312a273d2bf7fedf7fb7ff (diff)
downloadtuxcmd-0.6.80.tar.xz
Fix list view column reorderingv0.6.80
This causes a little bit of flicker, but avoids race condition somewhere.
Diffstat (limited to 'UConfig.pas')
-rw-r--r--UConfig.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/UConfig.pas b/UConfig.pas
index 48028f3..a51591f 100644
--- a/UConfig.pas
+++ b/UConfig.pas
@@ -25,8 +25,8 @@ uses Classes, ULocale;
resourcestring
ConstAppTitle = 'Tux Commander';
- ConstAboutVersion = '0.6.79-dev';
- ConstAboutBuildDate = '2024-01-19';
+ ConstAboutVersion = '0.6.80-dev';
+ ConstAboutBuildDate = '2024-10-08';
{$IFDEF FPC}
{$INCLUDE fpcver.inc}