Changeset 1581 for trunk/dll


Ignore:
Timestamp:
Jun 26, 2011, 9:52:24 PM (14 years ago)
Author:
Gregg Young
Message:

Readme, history, .def files etc for 3.19 release.

Location:
trunk/dll
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/copyright.h

    r1531 r1581  
    88 */
    99
    10 #define COPYRIGHT_YEAR "2010"
     10#define COPYRIGHT_YEAR "2011"
    1111
    1212#define COPYRIGHT_STRING "Copyright (c) 1993, 1998 M. Kimes, " \
  • trunk/dll/fm3dll.def

    r1531 r1581  
    99# 10 Dec 08 SHL Ticket 26: Add excepiton handler support
    1010
    11 option description '@#The Netlabs FM/2 team:3.18.0#@##1## 05/30/2010 03:18:00      tresbopeep::EN:US:0:U:@@FM/2 Runtime DLL Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2010 Steven Levine and Associates, Inc. All rights reserved'
     11option description '@#The Netlabs FM/2 team:3.19.0#@##1## 06/26/2011 03:19:00      tresbopeep::EN:US:0:U:@@FM/2 Runtime DLL Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2011 Steven Levine and Associates, Inc. All rights reserved'
    1212segment class 'DATA' readwrite loadoncall nonshared
    1313segment class 'CODE' loadoncall
  • trunk/dll/fm3res.def

    r1531 r1581  
    55# 14 Jun 07 SHL Convert to OpenWatcom
    66
    7 option description '@#The Netlabs FM/2 team:3.18.0#@##1## 05/30/2010 03:18:00      tresbopeep::EN:US:0:U:@@FM/2 Runtime Resource DLL Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2010 Steven Levine and Associates, Inc. All rights reserved'
     7option description '@#The Netlabs FM/2 team:3.19.0#@##1## 06/26/2011 03:19:00      tresbopeep::EN:US:0:U:@@FM/2 Runtime Resource DLL Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2011 Steven Levine and Associates, Inc. All rights reserved'
    88
    99segment class 'DATA' readonly loadoncall shared
  • trunk/dll/version.h

    r1531 r1581  
    4848
    4949#define VERMAJOR       3
    50 #define VERMINOR       18
     50#define VERMINOR       19
    5151// Ensure VERREALMINOR nul for non-beta releases
    5252// #define VERREALMINOR   ""
Note: See TracChangeset for help on using the changeset viewer.