Skip to content

Commit 5653846

Browse files
committed
bump deps ersion
1 parent 6283cbe commit 5653846

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ else()
242242
endif()
243243

244244
# Dependencies version, this must match the number in external_deps/build.sh
245-
set(DEPS_VERSION 10)
245+
set(DEPS_VERSION 11)
246246

247247
option(USE_EXTERNAL_DEPS "Download or reuse dependencies from EXTERNAL_DEPS_DIR (mandatory for building and running NaCl .nexe binaries)." ON)
248248

external_deps/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ CURL="$(command -v curl)"
1414
# This should match the DEPS_VERSION in CMakeLists.txt.
1515
# This is mostly to ensure the path the files end up at if you build deps yourself
1616
# are the same as the ones when extracting from the downloaded packages.
17-
DEPS_VERSION=10
17+
DEPS_VERSION=11
1818

1919
# Package download pages
2020
PKGCONFIG_BASEURL='https://pkg-config.freedesktop.org/releases'

0 commit comments

Comments
 (0)