ADT
aaron-thesis
arm-eh
ast-experimental
cleanup-dtors
deferred_resn
enum
forall-pointer-decay
jacob/cs343-translation
jenkins-sandbox
new-ast
new-ast-unique-expr
no_list
persistent-indexer
pthread-emulation
qualifiedEnum
Last change
on this file since bcb14b5 was 23c27039, checked in by Peter A. Buhr <pabuhr@…>, 8 years ago |
further harmonize document Makefile and documents
|
-
Property mode
set to
100755
|
File size:
159 bytes
|
Line | |
---|
1 | #!/bin/bash
|
---|
2 | if [ ! -f version ]; then
|
---|
3 | echo "0.0.0" > version
|
---|
4 | fi
|
---|
5 |
|
---|
6 | sed -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.