From: Joshua Colp Date: Wed, 18 Jul 2018 19:19:48 +0000 (+0000) Subject: Update mainline version for the 16 branch. X-Git-Tag: 16.0.0-rc1~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=958f76205b346f9bc904093c88803c2b4c2a3a42;p=thirdparty%2Fasterisk.git Update mainline version for the 16 branch. Change-Id: I4d36277d10335349d83ae218fa10fee99c3e4c14 --- diff --git a/.gitreview b/.gitreview index 21f9efff85..a57dca79d9 100644 --- a/.gitreview +++ b/.gitreview @@ -1,5 +1,5 @@ [gerrit] -defaultbranch=master +defaultbranch=16 # # Intentional padding to ensure it is possible to point a commit # to an alternative gerrit server/repository without breaking diff --git a/build_tools/make_version b/build_tools/make_version index ce3bf6e130..edffb8a294 100755 --- a/build_tools/make_version +++ b/build_tools/make_version @@ -3,7 +3,7 @@ AWK=${AWK:-awk} GIT=${GIT:-git} GREP=${GREP:-grep} -MAINLINE_BRANCH=master +MAINLINE_BRANCH=16 if [ -f ${1}/.version ]; then cat ${1}/.version