From dc71361ae2ebc0fe03c2cd10e09fb6e203f72484 Mon Sep 17 00:00:00 2001 From: Abishek V Ashok Date: Wed, 27 Mar 2019 20:01:28 +0530 Subject: [PATCH] Update version! --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5cd42b2..c5548b3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8) project(CMatrix LANGUAGES C) -set(VERSION "1.2") +set(VERSION "2.0") # These are relative to CMAKE_INSTALL_PREFIX # which by default is "/usr/local"