Changeset 1388
- Timestamp:
- Jan 5, 2009, 11:30:44 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ReleaseEdit.cmd
r1384 r1388 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 nulin dll\version.h46 * 05 Jan 09 JBS Added code to set VERREALMINOR to default in dll\version.h 47 47 * 48 48 */ … … 199 199 say 'Processing file:' file 200 200 '@del' file '1>nul 2>nul' 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 || ' >' 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 \" \"__DATE__/g" ' || tmpfile || ' >' file 202 202 end 203 203 end
Note:
See TracChangeset
for help on using the changeset viewer.