Skip to content

Commit

Permalink
Set version to 0.5.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong committed May 6, 2014
1 parent 08a077b commit 851dc39
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
Expand Up @@ -5,8 +5,8 @@ else()
endif()
project(cdogs-sdl C)

SET(VERSION "0.5.5")
SET(VERSION_RC "0,5,5,0") # this must be 4 numbers
SET(VERSION "0.5.5.1")
SET(VERSION_RC "0,5,5,1") # this must be 4 numbers
SET(VERSION_MAJOR "0")
SET(VERSION_MINOR "5")
SET(VERSION_PATCH "5")
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.5
C-Dogs SDL Port v0.5.5.1
========================

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

1. Introduction
2. Tested Environments
Expand Down

0 comments on commit 851dc39

Please sign in to comment.