Skip to content

Commit 44e19ac

Browse files
Updating version number from 1.2.2 to 1.2.3 in configure.ac and FalcoConfig.cpp
1 parent 84c3baa commit 44e19ac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.2], [andrewds@usc.edu],
17+
AC_INIT([falco], [1.2.3], [andrewds@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.2";
38+
const string FalcoConfig::FalcoVersion = "1.2.3";
3939

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

0 commit comments

Comments
 (0)