Last change
on this file since 221 was 221, checked in by root, 20 years ago |
Update for v3.03
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
1.2 KB
|
Rev | Line | |
---|
[2] | 1 |
|
---|
[34] | 2 | /***********************************************************************
|
---|
| 3 |
|
---|
| 4 | $Id: version.h 221 2005-06-18 03:56:39Z root $
|
---|
| 5 |
|
---|
| 6 | Version labels
|
---|
| 7 |
|
---|
| 8 | Copyright (c) 1993-98 M. Kimes
|
---|
[151] | 9 | Copyright (c) 2001, 2005 Steven H. Levine
|
---|
[34] | 10 |
|
---|
[135] | 11 | 11 Jun 02 SHL Add CheckVersion VERREALMINOR
|
---|
| 12 | 11 Jun 03 SHL v3.02b: add JFS and FAT32 support
|
---|
| 13 | 04 Nov 03 SHL v3.02c: misc icon cleanup
|
---|
| 14 | 20 Nov 03 SHL v3.02d: defview fixes
|
---|
| 15 | 27 Nov 03 SHL v3.02e: seeall, viewer traps
|
---|
| 16 | 06 Jan 04 SHL v3.02f: dirsize applet large drives
|
---|
| 17 | 10 Jan 04 SHL v3.02f: filldir: avoid spurious error reports
|
---|
| 18 | 11 Mar 04 SHL v3.02g: valid::CheckDrive: debug removable detect
|
---|
| 19 | 26 Jul 04 SHL v3.02h: valid::CheckDrive: debug invisible FAT32
|
---|
| 20 | 31 Jul 04 SHL v3.02h: avv::ArcReviewDlgProc: correct filename flags updates
|
---|
| 21 | 10 Jan 05 SHL v3.02h: Allow DND_TARGET to hold CCHMAXPATH
|
---|
| 22 | 23 May 05 SHL v3.02i: Avoid datamin delays
|
---|
[151] | 23 | 25 May 05 SHL v3.02i: Rework large file/drive support
|
---|
[221] | 24 | 11 Jun 05 SHL v3.02i: filldir: Resolve some icon selection oddities
|
---|
| 25 | 16 Jun 05 SHL v3.03: rework resource kit
|
---|
[34] | 26 |
|
---|
| 27 | ***********************************************************************/
|
---|
| 28 |
|
---|
| 29 | #define VERMAJOR 3
|
---|
[221] | 30 | #define VERMINOR 03
|
---|
| 31 | #define VERREALMINOR "" // SHL
|
---|
[34] | 32 |
|
---|
[2] | 33 | #define APPNAME "FM2"
|
---|
[34] | 34 |
|
---|
| 35 | int CheckVersion (int vermajor,int verminor);
|
---|
Note:
See
TracBrowser
for help on using the repository browser.