Changeset 461


Ignore:
Timestamp:
Aug 24, 2006, 7:15:20 AM (19 years ago)
Author:
root
Message:

3.05beta01

Location:
trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/HISTORY

    r435 r461  
    11New stuff's at the top.  This list is not necessarily complete.
     2
     33.05beta01
     4 o Integrate John Small's switch list title logic
     5 o More great bitmaps from David
     6 o Avoid cascading messages when collector file list is a binary file
     7 o Rework some error messages
     8 o Add unlock.exe to commands template
    29
    3103.04
  • trunk/dll/fm3dll.def

    r431 r461  
    11; $Id$
    22LIBRARY FM3DLL INITINSTANCE TERMINSTANCE
    3 DESCRIPTION '@#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.'
     3DESCRIPTION '@#SLAInc:3.05beta01#@##1## 08/23/2006 03:05: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/version.h

    r433 r461  
    3333  13 Jul 06 SHL v3.04pre12: Rework error logic to report rather than beeping
    3434  12 Aug 06 SHL v3.04: Release
     35  23 Aug 06 SHL v3.05beta01: Release
    3536
    3637***********************************************************************/
    3738
    3839#define VERMAJOR       3
    39 #define VERMINOR       04
     40#define VERMINOR       05
    4041// Ensure VERREALMINOR nul for non-beta releases
    41 #define VERREALMINOR   ""
    42 // #define VERREALMINOR   " " __DATE__ " " __TIME__     // SHL
     42// #define VERREALMINOR   ""
     43#define VERREALMINOR   "beta01 " __DATE__ " " __TIME__
    4344
    4445#define APPNAME         "FM2"
  • trunk/file_id.diz

    r431 r461  
    1 FM/2 v3.04
     1FM/2 v3.05beta01
    22An OS/2 Warp+ PM 32-bit
    33file/directory/ disk/archive/etc.
     
    3535License agreement is in README along
    3636with easy installation instructions.
     37
     38$Id$
  • trunk/fm3.def

    r431 r461  
    22NAME FM3 WINDOWAPI
    33NEWFILES
    4 DESCRIPTION '@#SLAInc:3.04#@##1## 08/13/2006 03:04:00      SLAMain::EN:US:0:U:@@F(ile) M(anager)/2 Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2005, 2006 Steven Levine and Associates, Inc.'
     4DESCRIPTION '@#SLAInc:3.05beta01#@##1## 08/23/2006 03:05:00      SLAMain::EN:US:0:U:@@F(ile) M(anager)/2 Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2005, 2006 Steven Levine and Associates, Inc.'
    55PROTMODE
    66STACKSIZE 655360
  • trunk/fm4.def

    r431 r461  
    22NAME FM4 WINDOWAPI
    33NEWFILES
    4 DESCRIPTION '@#SLAInc:3.04#@##1## 08/13/2006 03:04:00      SLAMain::EN:US:0:U:@@F(ile) M(anager)/2 Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2005, 2007 Steven Levine and Associates, Inc.'
     4DESCRIPTION '@#SLAInc:3.05beta01#@##1## 08/23/2006 03:05:00      SLAMain::EN:US:0:U:@@F(ile) M(anager)/2 Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2005, 2007 Steven Levine and Associates, Inc.'
    55PROTMODE
    66STACKSIZE 655360
Note: See TracChangeset for help on using the changeset viewer.