Skip to content

Commit 87baf93

Browse files
committed
fixed version msg
1 parent 2d202c9 commit 87baf93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cosi/cositop.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ CoSiMain::CoSiMain():
6666
void CoSiMain::printCompileOptions() {
6767
using std::cerr;
6868

69-
cerr << "cosi coalescent simulator, version 2.3.0rc1\n\n";
69+
cerr << "cosi coalescent simulator, version 2.3.0rc2\n\n";
7070
cerr << "Compile-time options:\n";
7171

7272
cerr << " COSI_SUPPORT_COALAPX (support for approximating the coalescent): " <<

0 commit comments

Comments
 (0)