From 69b5f328f8cdd16fc93d3768c09768a985b4be91 Mon Sep 17 00:00:00 2001 From: "Brian P. Walenz" Date: Mon, 17 Apr 2017 15:31:54 -0400 Subject: [PATCH] Bump default version number to 1.5. --- src/canu_version_update.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/canu_version_update.pl b/src/canu_version_update.pl index 58ff86d23..a9ded131a 100755 --- a/src/canu_version_update.pl +++ b/src/canu_version_update.pl @@ -32,7 +32,7 @@ my $label = "snapshot"; # Change this to 'release' just before making a release. my $major = "1"; # ...and this too. -my $minor = "4"; # ...and this too. +my $minor = "5"; # ...and this too. my $commits = "0"; my $hash1 = undef; # This from 'git describe'