From f56fd5675ba860ffbda0cdf799dd6a141a347271 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 5 Feb 2021 15:04:36 +0530 Subject: Use semantic versioning. * CMakeLists.txt: Use semantic versioning. Introduce patch version number. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fc3a296..ae19f92 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.10) -project(extent-sampling VERSION 0.1) +project(extent-sampling VERSION 0.1.0) find_package(GSL REQUIRED) # TODO: Make indent optional -- cgit v1.2.3