Skip to content

Commit eef5de6

Browse files
committed
Changed version number
1 parent 0060da2 commit eef5de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fast++.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include "fast++.hpp"
22
#include <phypp/core/main.hpp>
33

4-
const char* fastpp_version = "legacy-1.1";
4+
const char* fastpp_version = "legacy-1.2";
55

66
int phypp_main(int argc, char* argv[]) {
77
std::string param_file = (argc >= 2 ? argv[1] : "fast.param");

0 commit comments

Comments
 (0)