From 5977276e939a3f25a21e5339d82dbe64a6708e86 Mon Sep 17 00:00:00 2001 From: offa Date: Mon, 4 Sep 2017 19:53:34 +0200 Subject: [PATCH] Release v0.0.3. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a08360d..c5b8b37 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.2) -project(ScopeGuard VERSION 0.0.2) +project(ScopeGuard VERSION 0.0.3) message(STATUS "~~~ ${PROJECT_NAME} v${PROJECT_VERSION} ~~~") set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")