Skip to content

Commit

Permalink
preparing for 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermesena1 committed Sep 15, 2022
1 parent 3850f6e commit 99eefcb
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], [1.2.0], [desenabr@usc.edu],
AC_INIT([falco], [1.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/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.0";
const string FalcoConfig::FalcoVersion = "1.2.1";

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

0 comments on commit 99eefcb

Please sign in to comment.