From 0e2559083b8a906869c6c9004a70573fdb882f8c Mon Sep 17 00:00:00 2001 From: clemahieu Date: Tue, 9 Dec 2014 21:20:40 -0600 Subject: [PATCH] Bumping the rev for logging release. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 856e7608b9..448274f5ef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -184,6 +184,6 @@ endif () set (CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE") set (CPACK_PACKAGE_VERSION_MAJOR "2") set (CPACK_PACKAGE_VERSION_MINOR "0") -set (CPACK_PACKAGE_VERSION_PATCH "3") +set (CPACK_PACKAGE_VERSION_PATCH "4") include (CPack)