Skip to content
This repository was archived by the owner on Nov 17, 2021. It is now read-only.

Commit c563c41

Browse files
committed
Fix cmake version.
1 parent cbb7e06 commit c563c41

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
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8)
22

33
set(VERSION_MAJOR "1")
44
set(VERSION_MINOR "0")
5-
set(VERSION_PATCH "0")
5+
set(VERSION_PATCH "1")
66

77
project(matrix CXX)
88

0 commit comments

Comments
 (0)