summaryrefslogtreecommitdiff
path: root/UConfig.pas
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2024-10-11 23:38:44 +0200
committerTomas Bzatek <tbzatek@redhat.com>2024-10-23 18:13:05 +0200
commit7d757b8452daed2575e3a9cc300459d7e8674345 (patch)
tree1b4c0107964cc871dc6e2d732c615af710592c4c /UConfig.pas
parent81c8cd22e61701c1145dc267b0925add6cc0e78a (diff)
downloadtuxcmd-0.6.81.tar.xz
Full port to GErrorv0.6.81
Started 15 years ago, picking up on that work. Introduced the new TUXCMD_ERROR domain to distinguish between operations or their steps. Plugins may continue reporting the G_IO_ERROR domain.
Diffstat (limited to 'UConfig.pas')
-rw-r--r--UConfig.pas6
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}