Skip to content

Commit f41f5e1

Browse files
committed
Changed version number
1 parent e7d4d88 commit f41f5e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/fast.param

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#... FAST++ legacy v1.2: parameter file ................................
1+
#... FAST++ legacy v1.3: parameter file ................................
22

33

44
#--- GENERAL INFORMATION -----------------------------------------------

src/fast++.cpp

+1-1
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.2";
4+
const char* fastpp_version = "legacy-1.3";
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)