Skip to content

Commit cd679b3

Browse files
authored
Merge pull request #63 from imcs-compsim/62-add-version-number
Add version numbering
2 parents ee09440 + f10f389 commit cd679b3

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
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.14)
22

33
# Project name
4-
project(mirco)
4+
project(mirco VERSION 0.1.0)
55

66
# Check for out-of-source build
77
if (${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})

0 commit comments

Comments
 (0)