Skip to content

Commit

Permalink
Update version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong committed Oct 22, 2013
1 parent 8e618fe commit 874a634
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cmake_minimum_required(VERSION 2.8)
project(cdogs-sdl C)

SET(VERSION "0.5.0")
SET(VERSION_RC "0,5,0,0") # this must be 4 numbers
SET(VERSION "0.5.1")
SET(VERSION_RC "0,5,1,0") # this must be 4 numbers
SET(VERSION_MAJOR "0")
SET(VERSION_MINOR "5")
SET(VERSION_PATCH "0")
SET(VERSION_PATCH "1")
SET(WEBSITE "http://cxong.github.io/cdogs-sdl/")

set(DEBUG 0) #set to 1 to enable debug build
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

C-Dogs SDL Port v0.5.0
C-Dogs SDL Port v0.5.1
========================

(based on C-Dogs 1.06)
Expand All @@ -14,7 +14,7 @@ C-Dogs SDL Port v0.5.0
| | '-------' '---' '----''----'
/ '.___________
| | SDL
`---------------' v0.5.0
`---------------' v0.5.1

1. Introduction
2. Tested Environments
Expand Down

0 comments on commit 874a634

Please sign in to comment.