Changeset 798 for trunk/dll


Ignore:
Timestamp:
Aug 22, 2007, 2:03:57 AM (18 years ago)
Author:
Gregg Young
Message:

Update version information for 3.07 Beta 1

Location:
trunk/dll
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/fm3dll.def

    r708 r798  
    55# 14 Jun 07 SHL Convert to OpenWatcom
    66
    7 option 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.'
     7option 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.'
    88segment class 'DATA' readwrite loadoncall nonshared
    99segment class 'CODE' loadoncall
  • trunk/dll/fm3res.def

    r708 r798  
    55# 14 Jun 07 SHL Convert to OpenWatcom
    66
    7 option 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.'
     7option 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.'
    88
    99segment class 'DATA' readonly loadoncall shared
  • trunk/dll/internal/makefile

    r732 r798  
    5050   @%write $^@ option map
    5151   @%write $^@ name $(BASE)
    52    @%write $^@ op desc '@$#SLAInc:3.06.00$#@$#$#1$#$# 06/24/2007 03:06:00      slamain::EN:US:0:U:@@FM/2 Strings Compiler'
     52   @%write $^@ op desc '@$#SLAInc:3.07beta01$#@$#$#1$#$# 08/21/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

    r708 r798  
    4343  13 May 07 GKY v3.05.09: Release 1st warpin installer version
    4444  24 Jun 07 GKY v3.06: Release 1st OpenWatcom release
     45  21 Aug 07 GKY v3.07beta01: Release
    4546
    4647***********************************************************************/
    4748
    4849#define VERMAJOR       3
    49 #define VERMINOR       6
     50#define VERMINOR       7
    5051// Ensure VERREALMINOR nul for non-beta releases
    5152// #define VERREALMINOR   ""
    52 #define VERREALMINOR   " "__DATE__
    53 //#define VERREALMINOR   ".09 " __DATE__ " " __TIME__
     53//#define VERREALMINOR   " "__DATE__
     54#define VERREALMINOR   "beta01 " __DATE__ " " __TIME__
    5455
    5556#define APPNAME         "FM2"
Note: See TracChangeset for help on using the changeset viewer.