Bump version to 0.5.0.
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e83b63d..f330919 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,8 +13,8 @@
# debian is happy with it. However, "_" is illegal in debs, while RPM
# is cool with it. Sigh.
set(rr_VERSION_MAJOR 0)
-set(rr_VERSION_MINOR 4)
-set(rr_VERSION_PATCH 1)
+set(rr_VERSION_MINOR 5)
+set(rr_VERSION_PATCH 0)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -pthread -O0 -g3 -Wall -Werror -m32 -Wstrict-prototypes")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x -pthread -O0 -g3 -Wall -Werror -m32")