tunnelkit/ci/set_version.sh

7 lines
154 B
Bash
Raw Normal View History

2018-09-23 13:25:51 +00:00
#!/bin/sh
PWD=`dirname $0`
VERSION=`cat $PWD/VERSION`
2018-09-23 13:25:51 +00:00
BUILD=`git rev-list HEAD --count`
agvtool new-marketing-version $VERSION
agvtool new-version $BUILD