source: trunk/dll/version.h@ 1570

Last change on this file since 1570 was 1531, checked in by Gregg Young, 15 years ago

Updates in preparation for the release of version 3.18

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.0 KB
Line 
1
2/***********************************************************************
3
4 $Id: version.h 1531 2010-05-30 16:39:57Z gyoung $
5
6 Version labels
7
8 Copyright (c) 1993-98 M. Kimes
9 Copyright (c) 2001, 2008 Steven H. Levine
10
11 11 Jun 02 SHL Add CheckVersion VERREALMINOR
12 10 Jan 05 SHL v3.02h: Allow DND_TARGET to hold CCHMAXPATH
13 23 May 05 SHL v3.02i: Avoid datamin delays
14 25 May 05 SHL v3.02i: Rework large file/drive support
15 11 Jun 05 SHL v3.02i: filldir: Resolve some icon selection oddities
16 16 Jun 05 SHL v3.03: rework resource kit
17 20 Jul 05 SHL v3.04: update standard makefile for resource replacements
18 16 Aug 05 SHL v3.04pre3: release
19 30 Dec 05 SHL v3.04pre7: wip
20 02 Jan 06 SHL v3.04pre8: archiver enhancements
21 29 May 06 SHL v3.04pre9: archiver enhancements
22 16 Jun 06 SHL v3.04pre10: archiver enhancements
23 12 Jul 06 SHL v3.04pre11: hide not selected, compare content
24 13 Jul 06 SHL v3.04pre12: Rework error logic to report rather than beeping
25 12 Aug 06 SHL v3.04: Release
26 23 Aug 06 SHL v3.05beta01: Release
27 31 Aug 06 SHL v3.05beta02: Release
28 01 Sep 06 SHL v3.05beta03: Release
29 24 Sep 06 SHL v3.05beta04: Release
30 04 Nov 06 SHL v3.05beta05: Release
31 06 Nov 06 SHL v3.05beta06: Release
32 03 Feb 07 SHL v3.05beta07: Release
33 14 Mar 07 SHL v3.05beta08: Release
34 13 May 07 GKY v3.05.09: Release 1st warpin installer version
35 24 Jun 07 GKY v3.06: Release 1st OpenWatcom release
36 21 Aug 07 GKY v3.07beta01: Release
37 31 Aug 07 GKY v3.07: Release modified ini structure
38 11 Nov 07 GKY v3.08 Release large file support
39 10 Jan 08 GKY v3.09 Release
40 02 Mar 08 GKY v3.10 Release
41 06 Jul 08 GKY v3.11 Release
42 21 Jul 08 GKY v3.12
43 01 Sep 08 SHL v3.13
44 10 May 09 GKY v3.16
45 20 Sep 09 GKY v3.17
46
47***********************************************************************/
48
49#define VERMAJOR 3
50#define VERMINOR 18
51// Ensure VERREALMINOR nul for non-beta releases
52// #define VERREALMINOR ""
53#define VERREALMINOR " "__DATE__
54// #define VERREALMINOR __DATE__ " " __TIME__
55
56#define APPNAME "FM2"
57
58int CheckVersion(int vermajor, int verminor);
Note: See TracBrowser for help on using the repository browser.