source: trunk/dll/version.h@ 100

Last change on this file since 100 was 100, checked in by root, 21 years ago

v3.02e: seeall, viewer traps
v3.02f: dirsize applet large drivesth `CVS:' are removed automatically
v3.02f: filldir: avoid spurious error reports
v3.02g: valid::CheckDrive: debug removable detect

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 844 bytes
RevLine 
[2]1
[34]2/***********************************************************************
3
4 $Id: version.h 100 2004-05-21 15:54:29Z root $
5
6 Version labels
7
8 Copyright (c) 1993-98 M. Kimes
[100]9 Copyright (c) 2001, 2004 Steven H.Levine
[34]10
11 Revisions 11 Jun 02 SHL - Add CheckVersion VERREALMINOR
[67]12 11 Jun 03 SHL - v3.02b: add JFS and FAT32 support
13 04 Nov 03 SHL - v3.02c: misc icon cleanup
[100]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
[34]19
20***********************************************************************/
21
22#define VERMAJOR 3
23#define VERMINOR 02
[100]24#define VERREALMINOR "g" // SHL
[34]25
[2]26#define APPNAME "FM2"
[34]27
28int CheckVersion (int vermajor,int verminor);
Note: See TracBrowser for help on using the repository browser.