Skip to content

Commit 543a4d4

Browse files
committed
Bump version code 1.0.0.1
1 parent ffafd70 commit 543a4d4

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

3-
project(fafnir VERSION 1.0.0.0)
3+
project(fafnir VERSION 1.0.0.1)
44

55
if(${CMAKE_CXX_COMPILER_ID} MATCHES "Clang|GNU|Intel")
66
set(CMAKE_CXX_FLAGS "-std=c++17 ${CMAKE_CXX_FLAGS}")

0 commit comments

Comments
 (0)