From 2291cd7f4ddf4b565f64cf77d7d30eebc93af4ff Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Tue, 31 Mar 2015 19:27:12 -0400 Subject: [PATCH] We're going to 5.0.7. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 70bd1ef91c..c9a53f6a75 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -76,7 +76,7 @@ endif() # Set up version numbers according to the new scheme. set(SM_VERSION_MAJOR 5) set(SM_VERSION_MINOR 0) -set(SM_VERSION_PATCH 6) +set(SM_VERSION_PATCH 7) set(SM_VERSION_TRADITIONAL "${SM_VERSION_MAJOR}.${SM_VERSION_MINOR}.${SM_VERSION_PATCH}") if(WITH_FULL_RELEASE EQUAL ON)