Version 2.3.0

This commit is contained in:
Cong
2025-03-08 19:56:21 +11:00
parent 68109df421
commit afec4b47f6
4 changed files with 5 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ on:
branches: [ master ]
env:
VERSION: 2.2.0
VERSION: 2.3.0
CTEST_EXT_COLOR_OUTPUT: TRUE
CTEST_OUTPUT_ON_FAILURE: 1
CTEST_BUILD_FLAGS: -j4

View File

@@ -5,7 +5,7 @@ set(CMAKE_OSX_DEPLOYMENT_TARGET 10.13)
project(cdogs-sdl C)
set(VERSION_MAJOR "2")
set(VERSION_MINOR "2")
set(VERSION_MINOR "3")
set(VERSION_PATCH "0")
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")

View File

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

View File

@@ -50,6 +50,7 @@
</screenshot>
</screenshots>
<releases>
<release version="2.3.0" date="2025-03-08"/>
<release version="2.2.0" date="2024-12-07"/>
<release version="2.1.0" date="2024-04-12"/>
<release version="2.0.0" date="2024-02-17"/>