From c9eb2bdf77a6440b44df97501835988656b41996 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Sat, 6 May 2017 20:43:54 +0200 Subject: [PATCH] Update version information in CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8abf28f8f5..ea3731916c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -480,5 +480,5 @@ endif () set(CPACK_PACKAGE_VERSION_MAJOR 0) set(CPACK_PACKAGE_VERSION_MINOR 0) -set(CPACK_PACKAGE_VERSION_PATCH 7) +set(CPACK_PACKAGE_VERSION_PATCH 8) INCLUDE(CPack)