Skip to content

Commit

Permalink
Версия 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maisvendoo committed Dec 8, 2024
1 parent 4d92290 commit 4c4e550
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions scripts/windeploy.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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 Шрифты вьювера и темы оформления лаунчера

Expand Down
2 changes: 1 addition & 1 deletion setup/setup.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define Name "RRS"
#define Version "1.4.0"
#define Version "1.5.0"
#define arch "x86_64"
#define Publisher "maisvendoo"

Expand Down

0 comments on commit 4c4e550

Please sign in to comment.