Skip to content

Commit ef346d2

Browse files
committed
Update core SDK version.
1 parent c89dbc4 commit ef346d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#
44
# Build artoolkitX Camera Calibration utility for desktop platforms.
55
#
6+
# Copyright 2018, Philip Lamb.
67
# Copyright 2018, Realmax, Inc.
78
# Copyright 2016-2017, DAQRI LLC.
89
#
@@ -12,7 +13,7 @@
1213
# Get our location.
1314
OURDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
1415

15-
SDK_VERSION='1.0.1'
16+
SDK_VERSION='1.0.2'
1617
# If the tiny version number is 0, drop it.
1718
SDK_VERSION_PRETTY=`echo -n "${SDK_VERSION}" | sed -E -e 's/([0-9]+\.[0-9]+)\.0/\1/'`
1819
SDK_URL_DIR="https://github.com/artoolkitx/artoolkitx/releases/download/${SDK_VERSION_PRETTY}/"

0 commit comments

Comments
 (0)