Skip to content

Commit

Permalink
Version 2.2.0
Browse files Browse the repository at this point in the history
cxong committed Dec 5, 2024

Verified

This commit was signed with the committer’s verified signature.
renovate-bot Mend Renovate
1 parent e5d2b30 commit 4992b43
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ on:
types: [published, created, edited]

env:
VERSION: 2.1.0
VERSION: 2.2.0
CTEST_EXT_COLOR_OUTPUT: TRUE
CTEST_OUTPUT_ON_FAILURE: 1
CTEST_BUILD_FLAGS: -j4
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ set(CMAKE_OSX_DEPLOYMENT_TARGET 10.13)
project(cdogs-sdl C)

set(VERSION_MAJOR "2")
set(VERSION_MINOR "1")
set(VERSION_MINOR "2")
set(VERSION_PATCH "0")
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")

4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2.1.0.{build}
version: 2.2.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.1.0
VERSION: 2.2.0

install:
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
1 change: 1 addition & 0 deletions build/linux/io.github.cxong.cdogs-sdl.appdata.xml
Original file line number Diff line number Diff line change
@@ -50,6 +50,7 @@
</screenshot>
</screenshots>
<releases>
<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"/>
<release version="1.5.0" date="2023-07-28"/>

0 comments on commit 4992b43

Please sign in to comment.