Skip to content

Commit 6d20c51

Browse files
committed
cmake,external_deps: bump deps version
1 parent 7f48ac7 commit 6d20c51

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
@@ -214,7 +214,7 @@ else()
214214
endif()
215215

216216
# Dependencies version, this must match the number in external_deps/build.sh
217-
set(DEPS_VERSION 10)
217+
set(DEPS_VERSION 11)
218218

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

external_deps/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ WORK_DIR="${PWD}"
99
# This should match the DEPS_VERSION in CMakeLists.txt.
1010
# This is mostly to ensure the path the files end up at if you build deps yourself
1111
# are the same as the ones when extracting from the downloaded packages.
12-
DEPS_VERSION=10
12+
DEPS_VERSION=11
1313

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

0 commit comments

Comments
 (0)