From 7d79a44e90fbcedf137ab6c5c1d83b943d6e6839 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 6 Dec 2021 12:07:15 +0000 Subject: [PATCH] Updating packaging/windows/CMakeLists.txt --- packaging/windows/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/windows/CMakeLists.txt b/packaging/windows/CMakeLists.txt index 3b143a9dc..3048983d2 100644 --- a/packaging/windows/CMakeLists.txt +++ b/packaging/windows/CMakeLists.txt @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.12) -set(INSTALLER_VERSION "") +set(INSTALLER_VERSION 2021.11.0) option(RI_INCLUDE_GAZEBO "If ON include the Gazebo simulator binaries." ON) option(RI_BUILD_FULL_INSTALLER "If ON build the full installer, otherwise the dependencies one." ON)