source: trunk/dll/version.h@ 67

Last change on this file since 67 was 67, checked in by root, 22 years ago

v3.02c: misc icon cleanup

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 571 bytes
RevLine 
[2]1
[34]2/***********************************************************************
3
4 $Id: version.h 67 2003-11-05 01:15:28Z root $
5
6 Version labels
7
8 Copyright (c) 1993-98 M. Kimes
9 Copyright (c) 2001, 2002 Steven H.Levine
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
[34]14
15***********************************************************************/
16
17#define VERMAJOR 3
18#define VERMINOR 02
[67]19#define VERREALMINOR "c" // SHL
[34]20
[2]21#define APPNAME "FM2"
[34]22
23int CheckVersion (int vermajor,int verminor);
Note: See TracBrowser for help on using the repository browser.