Ignore:
Timestamp:
Nov 9, 2011, 1:58:00 PM (13 years ago)
Author:
george
Message:
  • Modified: Login form now use connection profile form for selecting connection parameters.
  • Added: About application dialog.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Application/UApplicationInfo.pas

    r22 r25  
    66
    77uses
    8   SysUtils;
     8  SysUtils, DateUtils;
    99
    1010type
     
    2626    AuthorsName: string;
    2727    EmailContact: string;
    28     ReleaseDate: string;
     28    ReleaseDate: TDateTime;
    2929    property Version: string read GetVersion;
    3030  end;
     
    5050  Name := 'ChronIS';
    5151  Identification := 1;
    52   ReleaseDate := '16.6.2011';
     52  ReleaseDate := EncodeDate(2011, 11, 9);
    5353  MajorVersion := 0;
    5454  MinorVersion := 1;
Note: See TracChangeset for help on using the changeset viewer.