Changeset 431 for trunk/dll


Ignore:
Timestamp:
Aug 14, 2006, 6:20:47 AM (19 years ago)
Author:
root
Message:

Version 3.04

Location:
trunk/dll
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/fm3dll.def

    r389 r431  
    11; $Id$
    22LIBRARY FM3DLL INITINSTANCE TERMINSTANCE
    3 DESCRIPTION '@#SLAInc:3.04pre12#@##1## 07/26/2006 03:04:00      SLAMain::EN:US:0:U:@@FM/2 Runtime DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2006 Steven Levine and Associates, Inc.'
     3DESCRIPTION '@#SLAInc:3.04#@##1## 08/13/2006 03:04:00      SLAMain::EN:US:0:U:@@FM/2 Runtime DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2006 Steven Levine and Associates, Inc.'
    44EXETYPE OS2
    55PROTMODE
  • trunk/dll/fm3res.def

    r389 r431  
    11; $Id$
    22LIBRARY FM3RES
    3 DESCRIPTION '@#SLAInc:3.04pre12#@##1## 07/26/2006 03:04:00      SLAMain::EN:US:0:U:@@FM/2 Runtime Resource DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2006 Steven Levine and Associates, Inc.'
     3DESCRIPTION '@#SLAInc:3.04#@##1## 08/13/2006 03:04:00      SLAMain::EN:US:0:U:@@FM/2 Runtime Resource DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2006 Steven Levine and Associates, Inc.'
    44EXETYPE OS2
    55PROTMODE
  • trunk/dll/version.h

    r387 r431  
    3232  12 Jul 06 SHL v3.04pre11: hide not selected, compare content
    3333  13 Jul 06 SHL v3.04pre12: Rework error logic to report rather than beeping
     34  12 Aug 06 SHL v3.04: Release
    3435
    3536***********************************************************************/
     
    3738#define VERMAJOR       3
    3839#define VERMINOR       04
    39 #define VERREALMINOR   "pre12 " __DATE__ " " __TIME__   // SHL
     40#define VERREALMINOR   "" __DATE__ " " __TIME__ // SHL
    4041
    4142#define APPNAME         "FM2"
Note: See TracChangeset for help on using the changeset viewer.