Changeset 1384


Ignore:
Timestamp:
Jan 5, 2009, 8:25:48 PM (17 years ago)
Author:
John Small
Message:

ReleaseEdit.cmd: Added code to reset VERREALMINOR to nul in dll\version.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ReleaseEdit.cmd

    r1296 r1384  
    4444 *    23 Nov 08 JBS Improved handling of invalid or missing <trace-option>
    4545 *       and a 'NOTREADY' condition when closing the repository.
     46 *    05 Jan 09 JBS Added code to reset VERREALMINOR to nul in dll\version.h
    4647 *
    4748*/
     
    198199               say 'Processing file:' file
    199200               '@del' file '1>nul 2>nul'
    200                'sed -r -e "/#define[ \t]+VERMAJOR/s/(#define[ \t]+VERMAJOR[ \t]+)[^ \t]+/\1' || major || '/g" -e "/#define[ \t]+VERMINOR/s/(#define[ \t]+VERMINOR[ \t]+)[^ \t]+/\1' || minor || '/g" ' || tmpfile || ' >' file
     201               'sed -r -e "/#define[ \t]+VERMAJOR/s/(#define[ \t]+VERMAJOR[ \t]+)[^ \t]+/\1' || major || '/g" -e "/#define[ \t]+VERMINOR/s/(#define[ \t]+VERMINOR[ \t]+)[^ \t]+/\1' || minor || '/g" -e "/^[ \t]*#define[ \t]+VERREALMINOR/s/(#define[ \t]+VERREALMINOR).*/\1/g" ' || tmpfile || ' >' file
    201202            end
    202203      end
Note: See TracChangeset for help on using the changeset viewer.