Skip to content
Snippets Groups Projects
Commit 2a9de348 authored by Loïc Blot's avatar Loïc Blot
Browse files

Fix CMake version

parent d65a90a8
No related branches found
Tags 0.4.1
No related merge requests found
......@@ -11,8 +11,8 @@ set(VERSION_EXTRA "" CACHE STRING "Stuff to append to version string")
# Also remember to set PROTOCOL_VERSION in clientserver.h when releasing
set(VERSION_MAJOR 0)
set(VERSION_MINOR 4)
set(VERSION_PATCH 12)
set(VERSION_MINOR 5)
set(VERSION_PATCH 0)
set(VERSION_PATCH_ORIG ${VERSION_PATCH})
if(VERSION_EXTRA)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment