Browse Source

Release v0.3.1.

main
offa 6 years ago
parent
commit
7b9e379eea
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt View File

@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.11)

project(ScopeGuard VERSION 0.3.0)
project(ScopeGuard VERSION 0.3.1)
message(STATUS "~~~ ${PROJECT_NAME} v${PROJECT_VERSION} ~~~")

set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")

Loading…
Cancel
Save