Updated Wizard for X9 radios. (#4910)
[opentx.git] / jenkins / nightly-22 / version.sh
blob5d974f029a9ec66aa9d3a7dbaa75ccd50b8a5b5e
1 #!/bin/bash
3 # make stamp header and extract OpenTX version (ie 2.1.2)
4 make -C opentx/radio/src stamp.h
5 rel=`grep "VERSION" opentx/radio/src/stamp.h | cut -d' ' -f3 | tr -d '"'`
6 release=${rel%$OPENTX_VERSION_SUFFIX}
7 echo ${release}
9 version=22
10 branch=next
11 winboxurl=http://winbox.open-tx.org/voice-builds