From 5ca336ea9281e87d8a2de95cef337e056266838d Mon Sep 17 00:00:00 2001 From: sapier Date: Mon, 7 Jul 2014 19:08:41 +0200 Subject: Switch back repository to dev-mode after 0.4.10 release. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 672fb5b73..2050e57a6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ if(VERSION_EXTRA) set(VERSION_PATCH ${VERSION_PATCH}-${VERSION_EXTRA}) else() # Comment the following line during release - # set(VERSION_PATCH ${VERSION_PATCH}-dev) + set(VERSION_PATCH ${VERSION_PATCH}-dev) endif() set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}") -- cgit v1.2.3