Skip to content

Commit

Permalink
Updating falco version number
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdavidsmith committed Mar 15, 2024
1 parent 20b2a85 commit a3c9391
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/FalcoConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 *****************/
Expand Down

0 comments on commit a3c9391

Please sign in to comment.