Skip to content

Commit 3e65072

Browse files
Jonas Berghefloryd
authored andcommitted
Set version number to 0.2.0
1 parent b89d6fc commit 3e65072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
cmake_minimum_required (VERSION 3.14)
1717
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
1818
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/tools")
19-
project (PROFINET VERSION 0.1.0)
19+
project (PROFINET VERSION 0.2.0)
2020

2121
# Default settings if this is the main project
2222
if (CMAKE_PROJECT_NAME STREQUAL PROFINET)

0 commit comments

Comments
 (0)