Skip to content

Commit

Permalink
preparing for version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermesena1 committed Dec 13, 2019
1 parent 8c66bdc commit 873c87e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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], [0.2], [desenabr@usc.edu],
AC_INIT([falco], [0.2.1], [desenabr@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/falco.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ write_results(const FalcoConfig &falco_config,
int main(int argc, const char **argv) {

try {
static const string FALCO_VERSION = "falco v0.2";
static const string FALCO_VERSION = "falco v0.2.1";
bool help = false;
bool version = false;

Expand Down

0 comments on commit 873c87e

Please sign in to comment.