// ---------------------------------------------------------------------------- // - Open3D: www.open3d.org - // ---------------------------------------------------------------------------- // Copyright (c) 2018-2023 www.open3d.org // SPDX-License-Identifier: MIT // ---------------------------------------------------------------------------- // clang-format off // Open3D version #define OPEN3D_VERSION_MAJOR 0 #define OPEN3D_VERSION_MINOR 18 #define OPEN3D_VERSION_PATCH 0 #define OPEN3D_VERSION_TWEAK #define OPEN3D_VERSION "0.18.0" // Open3D info #define OPEN3D_HOME "https://www.open3d.org" #define OPEN3D_DOCS "https://www.open3d.org/docs" #define OPEN3D_CODE "https://github.com/isl-org/Open3D" #define OPEN3D_ISSUES "https://github.com/isl-org/Open3D/issues" namespace open3d { void PrintOpen3DVersion(); } // clang-format on