First attempt at version application script
authorThomas Berezansky <tsbere@mvlc.org>
Thu, 19 May 2011 18:18:08 +0000 (14:18 -0400)
committerThomas Berezansky <tsbere@mvlc.org>
Thu, 19 May 2011 18:18:08 +0000 (14:18 -0400)
commitdefbb633756bad36ab57f50ae976ed4162e1f30f
treebf19d842cfcecd6e45fa6ae136b9b3e3b3fbd143
parented4c017b6b950a16ba09fa7bef5f8fd8a1eb4178
First attempt at version application script

Usage:
Create/Checkout new branch
    AKA, #.#-beta# or #.#.#
Run build/tools/apply_version.sh
git commit -as to save changes.

Can be told what version to use instead via first command line option.
Uses current branch name for "HeadURL" and auto-version checks.

Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
build/tools/apply_version.sh [new file with mode: 0755]