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 0060da2 commit eef5de6Copy full SHA for eef5de6
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.1";
+const char* fastpp_version = "legacy-1.2";
5
6
int phypp_main(int argc, char* argv[]) {
7
std::string param_file = (argc >= 2 ? argv[1] : "fast.param");
0 commit comments