Changeset 473
- Timestamp:
- Sep 1, 2006, 3:07:34 AM (19 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HISTORY
r461 r473 1 1 New stuff's at the top. This list is not necessarily complete. 2 2 3 3.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 3 8 3.05beta01 4 o Integrate John Small's switch list title logic5 9 o More great bitmaps from David 6 10 o Avoid cascading messages when collector file list is a binary file -
trunk/dll/fm3dll.def
r461 r473 1 1 ; $Id$ 2 2 LIBRARY FM3DLL INITINSTANCE TERMINSTANCE 3 DESCRIPTION '@#SLAInc:3.05beta0 1#@##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.'3 DESCRIPTION '@#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.' 4 4 EXETYPE OS2 5 5 PROTMODE -
trunk/dll/version.h
r461 r473 34 34 12 Aug 06 SHL v3.04: Release 35 35 23 Aug 06 SHL v3.05beta01: Release 36 31 Aug 06 SHL v3.05beta02: Release 36 37 37 38 ***********************************************************************/ … … 41 42 // Ensure VERREALMINOR nul for non-beta releases 42 43 // #define VERREALMINOR "" 43 #define VERREALMINOR "beta0 1" __DATE__ " " __TIME__44 #define VERREALMINOR "beta02 " __DATE__ " " __TIME__ 44 45 45 46 #define APPNAME "FM2"
Note:
See TracChangeset
for help on using the changeset viewer.