diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-10-03 17:30:35 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-10-03 17:30:35 +0200 |
| commit | 20233348a12792d6a7227f422fc3a40b3bd1e36c (patch) | |
| tree | e3c54683c626924181978a970e1b0299c3c881a7 /UConfig.pas | |
| parent | 95dbf1260264603b86892530d6b581a35bdb4385 (diff) | |
| download | tuxcmd-0.6.65.tar.xz | |
Get rid of confusing g_signal_connect_swapped()v0.6.65
Diffstat (limited to 'UConfig.pas')
| -rw-r--r-- | UConfig.pas | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/UConfig.pas b/UConfig.pas index d0e536f..a58363a 100644 --- a/UConfig.pas +++ b/UConfig.pas @@ -25,8 +25,8 @@ uses Classes, ULocale; resourcestring ConstAppTitle = 'Tux Commander'; - ConstAboutVersion = '0.6.64-dev'; - ConstAboutBuildDate = '2009-10-01'; + ConstAboutVersion = '0.6.65-dev'; + ConstAboutBuildDate = '2009-10-03'; {$IFDEF FPC} {$INCLUDE fpcver.inc} |
