Commit ef2efa98 authored by Kenton Varda's avatar Kenton Varda

oops

parent 5df78948
......@@ -48,7 +48,7 @@ update_version() {
local NEW_COMBINED=$(( ${NEW_ARR[0]} * 1000000 + ${NEW_ARR[1]} * 1000 + ${NEW_ARR[2]:-0 }))
doit sed -i -re "s/^#if CAPNP_VERSION != [0-9]*\$/#if CAPNP_VERSION != $NEW_COMBINED/g" \
src/*/*.capnp.h src/*/*/*.capnp.h
c++/src/*/*.capnp.h c++/src/*/*/*.capnp.h
doit git commit -a -m "Set $BRANCH_DESC version to $NEW."
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment