Skip to content

Commit

Permalink
Set version to 0.5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong committed Nov 17, 2013
1 parent 9456621 commit 15e379a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cmake_minimum_required(VERSION 2.8)
project(cdogs-sdl C)

SET(VERSION "0.5.1.1")
SET(VERSION_RC "0,5,1,1") # this must be 4 numbers
SET(VERSION "0.5.1.2")
SET(VERSION_RC "0,5,1,2") # this must be 4 numbers
SET(VERSION_MAJOR "0")
SET(VERSION_MINOR "5")
SET(VERSION_PATCH "1")
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
C-Dogs SDL Port v0.5.1.1
C-Dogs SDL Port v0.5.1.2
========================

(based on C-Dogs 1.06)
Expand All @@ -13,7 +13,7 @@ C-Dogs SDL Port v0.5.1.1
| | '-------' '---' '----''----'
/ '.___________
| | SDL
`---------------' v0.5.1.1
`---------------' v0.5.1.2

1. Introduction
2. Tested Environments
Expand Down

0 comments on commit 15e379a

Please sign in to comment.