From a3c9391d1ef5fdacb342ba276612d654b6308bc9 Mon Sep 17 00:00:00 2001 From: Andrew D Smith Date: Fri, 15 Mar 2024 10:52:37 -0700 Subject: [PATCH] Updating falco version number --- configure.ac | 4 ++-- src/FalcoConfig.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 2f24fc8..4c1fee3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl falco: quality control for sequencing read files dnl -dnl Copyright (C) 2019-2022 Guilherme De Sena Brandine and +dnl Copyright (C) 2019-2024 Guilherme De Sena Brandine and dnl Andrew D. Smith dnl Authors: Guilherme De Sena Brandine, Andrew Smith dnl @@ -14,7 +14,7 @@ dnl WITHOUT ANY WARRANTY; without even the implied warranty of dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU dnl General Public License for more details. -AC_INIT([falco], [1.2.1], [desenabr@usc.edu], +AC_INIT([falco], [1.2.2], [andrewds@usc.edu], [falco], [https://github.com/smithlabcode/falco]) dnl the config.h is not currently #included in the source, and only dnl used to keep command lines short. diff --git a/src/FalcoConfig.cpp b/src/FalcoConfig.cpp index 6c2c756..b037df2 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.2.1"; +const string FalcoConfig::FalcoVersion = "1.2.2"; /*********************************************************/ /************** DEFAULT VALUES FOR FILES *****************/