Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong committed Nov 25, 2020
1 parent ffacbc6 commit a9deaf6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ os:
- linux
- osx
env:
- VERSION=0.9.1
- VERSION=0.10.0

before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test; fi
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ set(CMAKE_OSX_DEPLOYMENT_TARGET 10.6)
project(cdogs-sdl C)

SET(VERSION_MAJOR "0")
SET(VERSION_MINOR "9")
SET(VERSION_PATCH "1")
SET(VERSION_MINOR "10")
SET(VERSION_PATCH "0")
SET(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")

# Optionally configure CI files since they are excluded in source archives
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.9.1.{build}
version: 0.10.0.{build}

branches:
except:
Expand All @@ -17,7 +17,7 @@ environment:
SDL2_IMAGE_VERSION: 2.0.5
SDL2_MIXER_VERSION: 2.0.4
SDLDIR: C:\projects\cdogs-sdl
VERSION: 0.9.1
VERSION: 0.10.0

install:
- cd C:\Tools\vcpkg
Expand Down
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
Expand Up @@ -29,6 +29,7 @@
<screenshot>https://i.imgur.com/30KUS8O.png</screenshot>
</screenshots>
<releases>
<release version="0.10.0" date="2020-11-25"/>
<release version="0.9.1" date="2020-10-01"/>
<release version="0.9.0" date="2020-09-16"/>
<release version="0.8.0" date="2020-05-25"/>
Expand Down

0 comments on commit a9deaf6

Please sign in to comment.