Move cyberdogs campaign, version 2

This commit is contained in:
Cong
2024-02-03 18:10:07 +11:00
parent 5c363bf618
commit 48b0bfb77c
32 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ on:
types: [published, created, edited]
env:
VERSION: 1.5.0
VERSION: 2.0.0
CTEST_EXT_COLOR_OUTPUT: TRUE
CTEST_OUTPUT_ON_FAILURE: 1
CTEST_BUILD_FLAGS: -j4

View File

@@ -4,8 +4,8 @@ cmake_policy(SET CMP0072 NEW)
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.13)
project(cdogs-sdl C)
set(VERSION_MAJOR "1")
set(VERSION_MINOR "5")
set(VERSION_MAJOR "2")
set(VERSION_MINOR "0")
set(VERSION_PATCH "0")
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")

View File

@@ -1,4 +1,4 @@
version: 1.5.0.{build}
version: 2.0.0.{build}
branches:
only:
@@ -19,7 +19,7 @@ environment:
SDL2_IMAGE_VERSION: 2.6.3
SDL2_MIXER_VERSION: 2.6.3
SDLDIR: C:\projects\cdogs-sdl
VERSION: 1.5.0
VERSION: 2.0.0
install:
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

View File

Before

Width:  |  Height:  |  Size: 737 B

After

Width:  |  Height:  |  Size: 737 B

View File

Before

Width:  |  Height:  |  Size: 555 B

After

Width:  |  Height:  |  Size: 555 B

View File

Before

Width:  |  Height:  |  Size: 658 B

After

Width:  |  Height:  |  Size: 658 B

View File

Before

Width:  |  Height:  |  Size: 817 B

After

Width:  |  Height:  |  Size: 817 B

View File

Before

Width:  |  Height:  |  Size: 684 B

After

Width:  |  Height:  |  Size: 684 B

View File

Before

Width:  |  Height:  |  Size: 784 B

After

Width:  |  Height:  |  Size: 784 B

View File

Before

Width:  |  Height:  |  Size: 747 B

After

Width:  |  Height:  |  Size: 747 B

View File

Before

Width:  |  Height:  |  Size: 710 B

After

Width:  |  Height:  |  Size: 710 B

View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB