Skip to content

Commit 99eefcb

Browse files
preparing for 1.2.1
1 parent 3850f6e commit 99eefcb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dnl WITHOUT ANY WARRANTY; without even the implied warranty of
1414
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1515
dnl General Public License for more details.
1616

17-
AC_INIT([falco], [1.2.0], [desenabr@usc.edu],
17+
AC_INIT([falco], [1.2.1], [desenabr@usc.edu],
1818
[falco], [https://github.com/smithlabcode/falco])
1919
dnl the config.h is not currently #included in the source, and only
2020
dnl used to keep command lines short.

src/FalcoConfig.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ using std::runtime_error;
3535
using std::istringstream;
3636
using std::cerr;
3737

38-
const string FalcoConfig::FalcoVersion = "1.2.0";
38+
const string FalcoConfig::FalcoVersion = "1.2.1";
3939

4040
/*********************************************************/
4141
/************** DEFAULT VALUES FOR FILES *****************/

0 commit comments

Comments
 (0)