From 259448aa98afc0cf535ba02377ba6d90fc1c923d Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sun, 15 Nov 2009 16:31:18 +0100 Subject: Development Release v0.6.70 --- INSTALL | 4 ---- README | 13 +++++++------ UConfig.pas | 4 ++-- 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/INSTALL b/INSTALL index dbe81d2..5f30306 100644 --- a/INSTALL +++ b/INSTALL @@ -56,7 +56,3 @@ To install the application, type 'make install'. You need to have write permissions to the target directories, so you probably must be root to do this. You can also run 'make clean' to clean the sources and 'make uninstall' to safely remove the installed application and all modules. - -There are no support for any desktop environment yet, so don't expect any new -icons in your application menu. - diff --git a/README b/README index 47ac8d2..82915e7 100644 --- a/README +++ b/README @@ -1,8 +1,8 @@ Tux Commander development release - Version: 0.6.50 - Release date: 2008-Oct-03 + Version: 0.6.70 + Release date: 2009-Nov-15 -Copyright (c) 2008 Tomas Bzatek +Copyright (c) 2009 Tomas Bzatek http://tuxcmd.sourceforge.net Please check the project site for more details @@ -39,10 +39,11 @@ General features: * Sources available in GIT repository -Using Object Pascal language might be considered as limiting factor, however +Using Object Pascal language might be considered as limiting factor, however we recently switched to FreePascal compiler, solving many compatibility issues. -Also, the x86_64 port was introduced and is officially supported as well as -the i386 platform. Kylix compatibility will be still maintained though. +Also, the x86_64 port was introduced and is officially supported as well as +the i386 platform. PowerPC port is working, though issues may appear. +Kylix compatibility will be still maintained. This project uses Pascal GTK2 bindings from the gtk2 for pascal project, which are now part of FreePascal v2.0 distribution. diff --git a/UConfig.pas b/UConfig.pas index a405818..49c1bdd 100644 --- a/UConfig.pas +++ b/UConfig.pas @@ -25,8 +25,8 @@ uses Classes, ULocale; resourcestring ConstAppTitle = 'Tux Commander'; - ConstAboutVersion = '0.6.69-dev'; - ConstAboutBuildDate = '2009-10-25'; + ConstAboutVersion = '0.6.70-dev'; + ConstAboutBuildDate = '2009-11-15'; {$IFDEF FPC} {$INCLUDE fpcver.inc} -- cgit v1.2.3