From 60d52fece147388811c9abad77628089b1875bc9 Mon Sep 17 00:00:00 2001 From: Andrew D Smith Date: Fri, 2 Sep 2022 18:56:56 -0700 Subject: [PATCH] Updating the version number for falco --- src/FalcoConfig.cpp | 2 +- src/FalcoConfig.hpp | 4 ++-- src/falco.cpp | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/FalcoConfig.cpp b/src/FalcoConfig.cpp index 9f04b09..d87e70e 100644 --- a/src/FalcoConfig.cpp +++ b/src/FalcoConfig.cpp @@ -35,7 +35,7 @@ using std::runtime_error; using std::istringstream; using std::cerr; -const string FalcoConfig::FalcoVersion = "1.0.0"; +const string FalcoConfig::FalcoVersion = "1.1.0"; /*********************************************************/ /************** DEFAULT VALUES FOR FILES *****************/ diff --git a/src/FalcoConfig.hpp b/src/FalcoConfig.hpp index 4542e15..34e6852 100644 --- a/src/FalcoConfig.hpp +++ b/src/FalcoConfig.hpp @@ -1,5 +1,5 @@ -/* Copyright (C) 2019 Guilherme De Sena Brandine and - * Andrew D. Smith +/* Copyright (C) 2019-2022 Guilherme De Sena Brandine and + * Andrew D. Smith * Authors: Guilherme De Sena Brandine, Andrew Smith * * This program is free software: you can redistribute it and/or diff --git a/src/falco.cpp b/src/falco.cpp index 07a1f93..887c491 100644 --- a/src/falco.cpp +++ b/src/falco.cpp @@ -1,7 +1,7 @@ /* falco: quality control for sequencing read files * - * Copyright (C) 2019 Guilherme De Sena Brandine and - * Andrew D. Smith + * Copyright (C) 2019-2022 Guilherme De Sena Brandine and + * Andrew D. Smith * Authors: Guilherme De Sena Brandine, Andrew Smith * * This program is free software: you can redistribute it and/or