source: doc/papers/concurrency/build/bump_ver.sh @ f0322e20

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 f0322e20 was 604e76d, checked in by Peter A. Buhr <pabuhr@…>, 6 years ago

initial setup for general and concurrency papers

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