Skip to content

Commit

Permalink
Make the release version string be 'Canu X.Y'. Issue marbl#481.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwalenz committed May 11, 2017
1 parent b69f212 commit 43dc29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/canu_version_update.pl
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
} elsif (defined($hash1)) {
print F "#define CANU_VERSION \"Canu snapshot ($hash1)\\n\"\n";
} else {
print F "#define CANU_VERSION \"Canu $label v$major.$minor\\n\"\n";
print F "#define CANU_VERSION \"Canu $major.$minor\\n\"\n";
}

close(F);
Expand Down

0 comments on commit 43dc29f

Please sign in to comment.