Skip to content

Commit

Permalink
prepping for version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermesena1 committed Sep 9, 2021
1 parent 7426ae2 commit a6a6d7f
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.4], [desenabr@usc.edu],
AC_INIT([falco], [0.3.0], [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/FalcoConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ using std::runtime_error;
using std::istringstream;
using std::cerr;

const string FalcoConfig::FalcoVersion = "0.2.4";
const string FalcoConfig::FalcoVersion = "0.3.0";

/*********************************************************/
/************** DEFAULT VALUES FOR FILES *****************/
Expand Down

0 comments on commit a6a6d7f

Please sign in to comment.