From a6a6d7f1abb08f0ee7c4b1be701e88aeb08a92a3 Mon Sep 17 00:00:00 2001 From: sena Date: Thu, 9 Sep 2021 16:10:45 -0700 Subject: [PATCH] prepping for version 0.3.0 --- configure.ac | 2 +- src/FalcoConfig.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 92ee562..682938b 100644 --- a/configure.ac +++ b/configure.ac @@ -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. diff --git a/src/FalcoConfig.cpp b/src/FalcoConfig.cpp index 9959d3b..4cd2b7d 100644 --- a/src/FalcoConfig.cpp +++ b/src/FalcoConfig.cpp @@ -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 *****************/