Skip to content

Commit

Permalink
ver++
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik committed Oct 22, 2021
1 parent 5e44673 commit f445ace
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion config/nightly.conf
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

CONFIGDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"

export VERSION_major_python=3.8
export VERSION_major_python=3.9
export VERSION_qt=5.15.2
export RELEASE_VERSION=0.9
export RELEASE_VERSION_PATCH=0
Expand Down
14 changes: 7 additions & 7 deletions config/pr.conf
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

CONFIGDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"

export VERSION_major_python=3.8
export VERSION_major_python=3.9
export VERSION_qt=5.15.2
export RELEASE_VERSION=0.8.0
export RELEASE_VERSION=0.9
export RELEASE_VERSION_PATCH=0
export RELEASE=pr

Expand All @@ -15,11 +15,11 @@ export WITH_ORACLE="true"
export WITH_PDAL="true"

export USE_SEM="false"
export QGIS_321_PROVIDER_NAMES="false"
export WITH_BROTLI="false" #available from 0.9.0
export WITH_RTTOPO="false" #available from 0.9.0
export WITH_LERC="false" #available from 0.9.0
export OLD_PROJ="true"
export QGIS_321_PROVIDER_NAMES="true"
export WITH_BROTLI="true"
export WITH_RTTOPO="true"
export WITH_LERC="true"
export OLD_PROJ="false"

BASEDIR=/Users/admin/qgis/builds/${RELEASE}
export QGIS_BUILD_DIR=$BASEDIR/build
Expand Down

0 comments on commit f445ace

Please sign in to comment.