We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddf3ac3 commit 59e2f3fCopy full SHA for 59e2f3f
src/fast++.cpp
@@ -1,7 +1,7 @@
1
#include "fast++.hpp"
2
#include <phypp/core/main.hpp>
3
4
-const char* fastpp_version = "legacy-1.3";
+const char* fastpp_version = "legacy-1.4";
5
6
int phypp_main(int argc, char* argv[]) {
7
std::string param_file = (argc >= 2 ? argv[1] : "fast.param");
0 commit comments