Changeset 820 for trunk/dll


Ignore:
Timestamp:
Aug 31, 2007, 10:44:51 PM (18 years ago)
Author:
Gregg Young
Message:

3.07 release verion updates

Location:
trunk/dll
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/fm3dll.def

    r798 r820  
    55# 14 Jun 07 SHL Convert to OpenWatcom
    66
    7 option description '@#SLAInc:3.07beta01#@##1## 08/21/2007 03:07: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.'
     7option description '@#SLAInc:3.07#@##1## 08/31/2007 03:07: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

    r798 r820  
    55# 14 Jun 07 SHL Convert to OpenWatcom
    66
    7 option description '@#SLAInc:3.07beta01#@##1## 08/21/2007 03:07: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.'
     7option description '@#SLAInc:3.07#@##1## 08/31/2007 03:07: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/internal/makefile

    r798 r820  
    5050   @%write $^@ option map
    5151   @%write $^@ name $(BASE)
    52    @%write $^@ op desc '@$#SLAInc:3.07beta01$#@$#$#1$#$# 08/21/2007 03:07:00      slamain::EN:US:0:U:@@FM/2 Strings Compiler'
     52   @%write $^@ op desc '@$#SLAInc:3.07$#@$#$#1$#$# 08/31/2007 03:07:00      slamain::EN:US:0:U:@@FM/2 Strings Compiler'
    5353   @%write $^@ file $(BASE).obj
    5454   @%write $^@ library os2386.lib
  • trunk/dll/version.h

    r798 r820  
    4444  24 Jun 07 GKY v3.06: Release 1st OpenWatcom release
    4545  21 Aug 07 GKY v3.07beta01: Release
     46  31 Aug 07 GKY v3.07: Release modified ini structure
    4647
    4748***********************************************************************/
     
    5152// Ensure VERREALMINOR nul for non-beta releases
    5253// #define VERREALMINOR   ""
    53 //#define VERREALMINOR   " "__DATE__
    54 #define VERREALMINOR   "beta01 " __DATE__ " " __TIME__
     54#define VERREALMINOR   " "__DATE__
     55//#define VERREALMINOR   "beta01 " __DATE__ " " __TIME__
    5556
    5657#define APPNAME         "FM2"
Note: See TracChangeset for help on using the changeset viewer.