source: doc/proposals/concurrency/build/bump_ver.sh @ e4e9173

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Last change on this file since e4e9173 was 27dde72, checked in by Thierry Delisle <tdelisle@…>, 7 years ago

Major update to the concurrency proposal to be based on multiple files

  • Property mode set to 100755
File size: 177 bytes
Line 
1#!/bin/bash
2if [ ! -f build/version ]; then
3    echo "0.0.0" > build/version
4fi
5
6sed -r 's/([0-9]+\.[0-9]+.)([0-9]+)/echo "\1\$((\2+1))" > version/ge' build/version > /dev/null
Note: See TracBrowser for help on using the repository browser.