Browse Source

Set version for linux scripts too

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.2.0-RC1
falkTX 4 years ago
parent
commit
1fdeed0154
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      data/linux/build-all.sh

+ 2
- 2
data/linux/build-all.sh View File

@@ -30,8 +30,8 @@ source common.env
CHROOT_CARLA_DIR="/tmp/carla-src"

# used for downloading packages from kxstudio repos, in order to get lv2-gtk3 and windows bridges
CARLA_GIT_VER="2.2~rc1+git20200717"
PKGS_NUM="20200717"
CARLA_GIT_VER="2.2~rc1+git20200718"
PKGS_NUM="20200718"

# ---------------------------------------------------------------------------------------------------------------------
# function to remove old stuff


Loading…
Cancel
Save