From 15e379a3d00c1b173c9218e447272177cf33dd6f Mon Sep 17 00:00:00 2001
From: Cong <congusbongus@gmail.com>
Date: Sun, 17 Nov 2013 19:53:09 +1100
Subject: [PATCH] Set version to 0.5.1.2

---
 CMakeLists.txt | 4 ++--
 README.md      | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index ad247cbb8..a34808c99 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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")
diff --git a/README.md b/README.md
index 45ff5e3c1..075ea7bb6 100644
--- a/README.md
+++ b/README.md
@@ -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)
@@ -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