/*********************************************************************** $Id: version.h 67 2003-11-05 01:15:28Z root $ Version labels Copyright (c) 1993-98 M. Kimes Copyright (c) 2001, 2002 Steven H.Levine Revisions 11 Jun 02 SHL - Add CheckVersion VERREALMINOR 11 Jun 03 SHL - v3.02b: add JFS and FAT32 support 04 Nov 03 SHL - v3.02c: misc icon cleanup ***********************************************************************/ #define VERMAJOR 3 #define VERMINOR 02 #define VERREALMINOR "c" // SHL #define APPNAME "FM2" int CheckVersion (int vermajor,int verminor);