Skip to content

Commit

Permalink
[JMT] Updated version to v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmanzanero committed Aug 10, 2022
1 parent fb447c7 commit 20e54d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.10)

# set the project name
project(fastest-lap VERSION 0.2.5)
project(fastest-lap VERSION 0.3)

file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/thirdparty)
file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/thirdparty/include)
Expand Down

1 comment on commit 20e54d1

@juanmanzanero
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit belongs to Release v0.3

Please sign in to comment.