We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c89dbc4 commit ef346d2Copy full SHA for ef346d2
build.sh
@@ -3,6 +3,7 @@
3
#
4
# Build artoolkitX Camera Calibration utility for desktop platforms.
5
6
+# Copyright 2018, Philip Lamb.
7
# Copyright 2018, Realmax, Inc.
8
# Copyright 2016-2017, DAQRI LLC.
9
@@ -12,7 +13,7 @@
12
13
# Get our location.
14
OURDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
15
-SDK_VERSION='1.0.1'
16
+SDK_VERSION='1.0.2'
17
# If the tiny version number is 0, drop it.
18
SDK_VERSION_PRETTY=`echo -n "${SDK_VERSION}" | sed -E -e 's/([0-9]+\.[0-9]+)\.0/\1/'`
19
SDK_URL_DIR="https://github.com/artoolkitx/artoolkitx/releases/download/${SDK_VERSION_PRETTY}/"
0 commit comments