source: trunk/dll/version.h@ 34

Last change on this file since 34 was 34, checked in by root, 23 years ago

Add CheckVersion VERREALMINOR

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 474 bytes
Line 
1
2/***********************************************************************
3
4 $Id: version.h 34 2002-10-16 23:38:00Z 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
12
13***********************************************************************/
14
15#define VERMAJOR 3
16#define VERMINOR 02
17#define VERREALMINOR "" // SHL
18
19#define APPNAME "FM2"
20
21int CheckVersion (int vermajor,int verminor);
Note: See TracBrowser for help on using the repository browser.