Changeset 25 for trunk/Application/UApplicationInfo.pas
- Timestamp:
- Nov 9, 2011, 1:58:00 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/UApplicationInfo.pas
r22 r25 6 6 7 7 uses 8 SysUtils ;8 SysUtils, DateUtils; 9 9 10 10 type … … 26 26 AuthorsName: string; 27 27 EmailContact: string; 28 ReleaseDate: string;28 ReleaseDate: TDateTime; 29 29 property Version: string read GetVersion; 30 30 end; … … 50 50 Name := 'ChronIS'; 51 51 Identification := 1; 52 ReleaseDate := '16.6.2011';52 ReleaseDate := EncodeDate(2011, 11, 9); 53 53 MajorVersion := 0; 54 54 MinorVersion := 1;
Note:
See TracChangeset
for help on using the changeset viewer.