From 9ab613ac94d5176a920b482845ffbc0c4d11be0f Mon Sep 17 00:00:00 2001 From: Danilo Horta Date: Tue, 22 Jun 2021 22:17:05 +0100 Subject: [PATCH] 4.1.3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1d60f5a..1367362 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.9 FATAL_ERROR) -project(bgen VERSION 4.1.2 LANGUAGES C) +project(bgen VERSION 4.1.3 LANGUAGES C) set(PROJECT_DESCRIPTION "It fully supports the BGEN format specifications 1.2 and 1.3.") # Generate compile_commands.json file