Changeset 473


Ignore:
Timestamp:
Sep 1, 2006, 3:07:34 AM (19 years ago)
Author:
root
Message:

3.05beta02

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/HISTORY

    r461 r473  
    11New stuff's at the top.  This list is not necessarily complete.
    22
     33.05beta02
     4 o Disable conflicting menu options while collector busy
     5 o Integrate John Small's partition format enhancements
     6 o Integrate John Small's switch list title logic
     7
    383.05beta01
    4  o Integrate John Small's switch list title logic
    59 o More great bitmaps from David
    610 o Avoid cascading messages when collector file list is a binary file
  • trunk/dll/fm3dll.def

    r461 r473  
    11; $Id$
    22LIBRARY FM3DLL INITINSTANCE TERMINSTANCE
    3 DESCRIPTION '@#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.'
     3DESCRIPTION '@#SLAInc:3.05beta02#@##1## 08/31/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

    r461 r473  
    3434  12 Aug 06 SHL v3.04: Release
    3535  23 Aug 06 SHL v3.05beta01: Release
     36  31 Aug 06 SHL v3.05beta02: Release
    3637
    3738***********************************************************************/
     
    4142// Ensure VERREALMINOR nul for non-beta releases
    4243// #define VERREALMINOR   ""
    43 #define VERREALMINOR   "beta01 " __DATE__ " " __TIME__
     44#define VERREALMINOR   "beta02 " __DATE__ " " __TIME__
    4445
    4546#define APPNAME         "FM2"
Note: See TracChangeset for help on using the changeset viewer.