From 4c4e5508b4077bb26e04ce47484df88be0e03cb1 Mon Sep 17 00:00:00 2001 From: maisvendoo Date: Sun, 8 Dec 2024 15:21:39 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=D0=B5=D1=80=D1=81=D0=B8=D1=8F=201.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- scripts/windeploy.bat | 4 ++-- setup/setup.iss | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2852d140..9ae19a46 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 3.29) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) -project (RRS VERSION 1.3.0) +project (RRS VERSION 1.5.0) add_subdirectory (CfgReader) add_subdirectory (CfgEditor) diff --git a/scripts/windeploy.bat b/scripts/windeploy.bat index 873a0c45..6df63d78 100644 --- a/scripts/windeploy.bat +++ b/scripts/windeploy.bat @@ -110,8 +110,8 @@ xcopy /Y /S %DATA_PATH%\animations\freight\*.* %RRS_DEV_ROOT%\data\animations\fr xcopy /Y /S %DATA_PATH%\sounds\freight\*.* %RRS_DEV_ROOT%\data\sounds\freight\ rem Дефолтные модели светофоров и конфиги их анимации -xcopy /Y /S %DATA_PATH%\models\experimental-polygon\*.* %RRS_DEV_ROOT%\data\models\experimental-polygon -xcopy /Y /S %DATA_PATH%\animations\experimental-polygon\*.* %RRS_DEV_ROOT%\data\animations\experimental-polygon +xcopy /Y /S %DATA_PATH%\models\default-objects\*.* %RRS_DEV_ROOT%\data\models\default-objects +xcopy /Y /S %DATA_PATH%\animations\default-objects\*.* %RRS_DEV_ROOT%\data\animations\default-objects rem Шрифты вьювера и темы оформления лаунчера diff --git a/setup/setup.iss b/setup/setup.iss index e931dacd..150a8555 100644 --- a/setup/setup.iss +++ b/setup/setup.iss @@ -1,5 +1,5 @@ #define Name "RRS" -#define Version "1.4.0" +#define Version "1.5.0" #define arch "x86_64" #define Publisher "maisvendoo"