Skip to content

Commit

Permalink
Set version to 0.4.2-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
JEnoch committed Jun 19, 2020
1 parent 8b5f0b3 commit bdedf49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ cmake_minimum_required(VERSION 3.0)
project(libzenohc VERSION 0.4.2 LANGUAGES C)

# while in development, use timestamp for patch version:
string(TIMESTAMP PROJECT_VERSION_PATCH "%Y%m%ddev")
# string(TIMESTAMP PROJECT_VERSION_PATCH "%Y%m%ddev")
set(PROJECT_VERSION_PATCH 2-M1)
set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")

if(NOT CMAKE_BUILD_TYPE)
Expand Down

0 comments on commit bdedf49

Please sign in to comment.