Opened 11 years ago
Closed 11 years ago
#10084 closed defect (fixed)
bootstrap warning prevents version update
Reported by: | dante | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | BuildTools | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
build_release does an svn commit -m "fooo" when updating the version burned in. The commit fails with a strict warning about redeclaration of i (not fatal). Need to add !strict
to commit message to get changes to happen.
Note: See
TracTickets for help on using
tickets.
fixed in [20540]