Skip to content

Commit

Permalink
release.pl: use 99 instead of 999 for premajor minor
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jul 10, 2016
1 parent 0cff17f commit 3da1918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.pl
Expand Up @@ -221,7 +221,7 @@ ($$)
push @topush, "master_$newmajor";

run( "git checkout master", "checkout master failed" );
$newminor=999;
$newminor=99;
}

updateCMakeLists($newmajor,$newminor,0,"Master");
Expand Down

0 comments on commit 3da1918

Please sign in to comment.