Changeset 1384
- Timestamp:
- Jan 5, 2009, 8:25:48 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ReleaseEdit.cmd
r1296 r1384 44 44 * 23 Nov 08 JBS Improved handling of invalid or missing <trace-option> 45 45 * and a 'NOTREADY' condition when closing the repository. 46 * 05 Jan 09 JBS Added code to reset VERREALMINOR to nul in dll\version.h 46 47 * 47 48 */ … … 198 199 say 'Processing file:' file 199 200 '@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 || ' >' file201 '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 201 202 end 202 203 end
Note:
See TracChangeset
for help on using the changeset viewer.