Changeset 1385


Ignore:
Timestamp:
Jan 5, 2009, 9:15:25 PM (17 years ago)
Author:
Gregg Young
Message:

Belatedly fixed the version string and a typo in History

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/HISTORY

    r1375 r1385  
    88 will use the drive/directory as the root for the search. Ticket 167 (Gregg)
    99 o Added "DataBar" menu item to utilities menu. Ticket 280 (Gregg)
    10  o Eliminated the need for achiver list to have start and end list strings; this allows it to
     10 o Eliminated the need for archiver list to have start and end list strings; this allows it to
    1111 work with tar for example. Ticket 284 (John)
    1212 o Add setup for using latest tar including for .tar.gz and .tar.bz files (gzip and/or bzip must
  • trunk/dll/version.h

    r1335 r1385  
    5959// Ensure VERREALMINOR nul for non-beta releases
    6060// #define VERREALMINOR   ""
    61 // #define VERREALMINOR   " "__DATE__
    62 #define VERREALMINOR   "pre (shl) " __DATE__ " " __TIME__
     61#define VERREALMINOR   " "__DATE__
     62// #define VERREALMINOR    __DATE__ " " __TIME__
    6363
    6464#define APPNAME         "FM2"
Note: See TracChangeset for help on using the changeset viewer.