From 7d757b8452daed2575e3a9cc300459d7e8674345 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Fri, 11 Oct 2024 23:38:44 +0200 Subject: Full port to GError 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. --- UConfig.pas | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'UConfig.pas') 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} -- cgit v1.2.3