summaryrefslogtreecommitdiff
path: root/UConfig.pas
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@tbzatek.englab.brq.redhat.com>2008-08-22 10:41:31 +0200
committerTomas Bzatek <tbzatek@tbzatek.englab.brq.redhat.com>2008-08-22 10:41:31 +0200
commitb5af37db7650be18ac54c8ca7fe3cf476a2315ee (patch)
tree55720d7b523352dac330e849a54683ba89dcfbf7 /UConfig.pas
parent16550e8c907165d1305fc4b58f2b05554ea671a0 (diff)
parentf8012d552a33d5615e5711c82bf22bc3bcdc3d23 (diff)
downloadtuxcmd-b5af37db7650be18ac54c8ca7fe3cf476a2315ee.tar.xz
Merge branch 'master' of ssh://tomas@git.bzatek.net/projects/git/tuxcmd
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 98c1938..f66c732 100644
--- a/UConfig.pas
+++ b/UConfig.pas
@@ -25,8 +25,8 @@ uses Classes, ULocale;
resourcestring
ConstAppTitle = 'Tux Commander';
- ConstAboutVersion = '0.6.45-dev';
- ConstAboutBuildDate = '2008-06-18';
+ ConstAboutVersion = '0.6.46-dev';
+ ConstAboutBuildDate = '2008-08-21';
{$IFDEF FPC}
{$INCLUDE fpcver.inc}