Changeset 708 for trunk/dll


Ignore:
Timestamp:
Jun 24, 2007, 10:35:56 PM (18 years ago)
Author:
Gregg Young
Message:

File update to reflect 3.6 release

Location:
trunk/dll
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/fm3dll.def

    r691 r708  
    55# 14 Jun 07 SHL Convert to OpenWatcom
    66
    7 option description '@#SLAInc:3.05.09#@##1## 06/14/2007 03:05:09      SLAMain::EN:US:0:U:@@FM/2 Runtime DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2007 Steven Levine and Associates, Inc.'
     7option description '@#SLAInc:3.06.00#@##1## 06/24/2007 03:06:00      SLAMain::EN:US:0:U:@@FM/2 Runtime DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2007 Steven Levine and Associates, Inc.'
    88segment class 'DATA' readwrite loadoncall nonshared
    99segment class 'CODE' loadoncall
  • trunk/dll/fm3res.def

    r691 r708  
    55# 14 Jun 07 SHL Convert to OpenWatcom
    66
    7 option description '@#SLAInc:3.05.09#@##1## 06/14/2007 03:05:09      SLAMain::EN:US:0:U:@@FM/2 Runtime Resource DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2007 Steven Levine and Associates, Inc.'
     7option description '@#SLAInc:3.06.00#@##1## 06/24/2007 03:06:00      SLAMain::EN:US:0:U:@@FM/2 Runtime Resource DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2007 Steven Levine and Associates, Inc.'
    88
    99segment class 'DATA' readonly loadoncall shared
  • trunk/dll/version.h

    r688 r708  
    4141  03 Feb 07 SHL v3.05beta07: Release
    4242  14 Mar 07 SHL v3.05beta08: Release
     43  13 May 07 GKY v3.05.09: Release 1st warpin installer version
     44  24 Jun 07 GKY v3.06: Release 1st OpenWatcom release
    4345
    4446***********************************************************************/
    4547
    4648#define VERMAJOR       3
    47 #define VERMINOR       05
     49#define VERMINOR       6
    4850// Ensure VERREALMINOR nul for non-beta releases
    4951// #define VERREALMINOR   ""
    50 // #define VERREALMINOR   ".09 "__DATE__
    51 #define VERREALMINOR   ".09 " __DATE__ " " __TIME__
     52#define VERREALMINOR   " "__DATE__
     53//#define VERREALMINOR   ".09 " __DATE__ " " __TIME__
    5254
    5355#define APPNAME         "FM2"
Note: See TracChangeset for help on using the changeset viewer.