Changeset 1385
- Timestamp:
- Jan 5, 2009, 9:15:25 PM (17 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HISTORY
r1375 r1385 8 8 will use the drive/directory as the root for the search. Ticket 167 (Gregg) 9 9 o Added "DataBar" menu item to utilities menu. Ticket 280 (Gregg) 10 o Eliminated the need for a chiver list to have start and end list strings; this allows it to10 o Eliminated the need for archiver list to have start and end list strings; this allows it to 11 11 work with tar for example. Ticket 284 (John) 12 12 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 59 59 // Ensure VERREALMINOR nul for non-beta releases 60 60 // #define VERREALMINOR "" 61 //#define VERREALMINOR " "__DATE__62 #define VERREALMINOR "pre (shl) "__DATE__ " " __TIME__61 #define VERREALMINOR " "__DATE__ 62 // #define VERREALMINOR __DATE__ " " __TIME__ 63 63 64 64 #define APPNAME "FM2"
Note:
See TracChangeset
for help on using the changeset viewer.