Skip to content

Commit

Permalink
I promise I won't forget to change version before the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
Smertig committed Mar 26, 2023
1 parent f5f75ae commit 1baabc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ cmake_minimum_required(VERSION 3.16)
project(rcmp)

set(RCMP_VERSION_MAJOR 0)
set(RCMP_VERSION_MINOR 1)
set(RCMP_VERSION_PATCH 0)
set(RCMP_VERSION_MINOR 2)
set(RCMP_VERSION_PATCH 1)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down

0 comments on commit 1baabc6

Please sign in to comment.