summaryrefslogtreecommitdiff
path: root/UConfig.pas
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2009-11-17 16:18:15 +0100
committerTomas Bzatek <tbzatek@users.sourceforge.net>2009-11-17 16:18:15 +0100
commitd884d5168984d36a5c08f4814e81b070d7c964d3 (patch)
tree9743d99642487bececce0093866e71196a0731ba /UConfig.pas
parentcb5cb517c068a470662bd1d08bef61265376c802 (diff)
downloadtuxcmd-0.6.71.tar.xz
Use getters instead of direct access to structuresv0.6.71
This will hopefully fix remaining GUI issues on PPC64. Needs further testing! Also, libgtk_kylix sources have been altered for use with gtk2forpascal-1.0.7 for Kylix compilation.
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 49c1bdd..9a9d9a0 100644
--- a/UConfig.pas
+++ b/UConfig.pas
@@ -25,8 +25,8 @@ uses Classes, ULocale;
resourcestring
ConstAppTitle = 'Tux Commander';
- ConstAboutVersion = '0.6.70-dev';
- ConstAboutBuildDate = '2009-11-15';
+ ConstAboutVersion = '0.6.71-dev';
+ ConstAboutBuildDate = '2009-11-17';
{$IFDEF FPC}
{$INCLUDE fpcver.inc}