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

Commit

Permalink
Fix cmake version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoppert committed Jul 6, 2016
1 parent cbb7e06 commit c563c41
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
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8)

set(VERSION_MAJOR "1")
set(VERSION_MINOR "0")
set(VERSION_PATCH "0")
set(VERSION_PATCH "1")

project(matrix CXX)

Expand Down

0 comments on commit c563c41

Please sign in to comment.