-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates in preparation for the next release
- Loading branch information
1 parent
c0d056e
commit 0e09758
Showing
2 changed files
with
60 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
dnl falco: quality control for sequencing read files | ||
dnl | ||
dnl Copyright (C) 2019 Guilherme De Sena Brandine and | ||
dnl Andrew D. Smith | ||
dnl Copyright (C) 2019-2022 Guilherme De Sena Brandine and | ||
dnl Andrew D. Smith | ||
dnl Authors: Guilherme De Sena Brandine, Andrew Smith | ||
dnl | ||
dnl This program is free software: you can redistribute it and/or | ||
|
@@ -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.0.0], [[email protected]], | ||
AC_INIT([falco], [1.1.0], [[email protected]], | ||
[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. | ||
|