Skip to content

Commit 60d52fe

Browse files
Updating the version number for falco
1 parent 0e09758 commit 60d52fe

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/FalcoConfig.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ using std::runtime_error;
3535
using std::istringstream;
3636
using std::cerr;
3737

38-
const string FalcoConfig::FalcoVersion = "1.0.0";
38+
const string FalcoConfig::FalcoVersion = "1.1.0";
3939

4040
/*********************************************************/
4141
/************** DEFAULT VALUES FOR FILES *****************/

src/FalcoConfig.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/* Copyright (C) 2019 Guilherme De Sena Brandine and
2-
* Andrew D. Smith
1+
/* Copyright (C) 2019-2022 Guilherme De Sena Brandine and
2+
* Andrew D. Smith
33
* Authors: Guilherme De Sena Brandine, Andrew Smith
44
*
55
* This program is free software: you can redistribute it and/or

src/falco.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* falco: quality control for sequencing read files
22
*
3-
* Copyright (C) 2019 Guilherme De Sena Brandine and
4-
* Andrew D. Smith
3+
* Copyright (C) 2019-2022 Guilherme De Sena Brandine and
4+
* Andrew D. Smith
55
* Authors: Guilherme De Sena Brandine, Andrew Smith
66
*
77
* This program is free software: you can redistribute it and/or

0 commit comments

Comments
 (0)