summaryrefslogtreecommitdiff
path: root/UConfig.pas
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@tbzatek.englab.brq.redhat.com>2008-09-05 14:36:42 +0200
committerTomas Bzatek <tbzatek@tbzatek.englab.brq.redhat.com>2008-09-05 14:36:42 +0200
commit959b06fb29ddfd48cac307aa4c0c0088c1f60547 (patch)
tree7ab27766e280fd48ae73442613a67f0fd38f01c9 /UConfig.pas
parent872183212badc613d3ea7093ae563615edb0cdd7 (diff)
downloadtuxcmd-959b06fb29ddfd48cac307aa4c0c0088c1f60547.tar.xz
Add simple popup menu on path box allowing user to copy current path to clipboardv0.6.48
Expose copy file names shortcuts in the Commands menu
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 5e13616..41f6256 100644
--- a/UConfig.pas
+++ b/UConfig.pas
@@ -25,8 +25,8 @@ uses Classes, ULocale;
resourcestring
ConstAppTitle = 'Tux Commander';
- ConstAboutVersion = '0.6.47-dev';
- ConstAboutBuildDate = '2008-09-02';
+ ConstAboutVersion = '0.6.48-dev';
+ ConstAboutBuildDate = '2008-09-05';
{$IFDEF FPC}
{$INCLUDE fpcver.inc}