release.pl: use 99 instead of 999 for premajor minor

This commit is contained in:
Juergen E. Fischer 2016-07-10 20:53:49 +02:00
parent 0cff17f966
commit 3da19183dc

View File

@ -221,7 +221,7 @@ unless( $dopoint ) {
push @topush, "master_$newmajor";
run( "git checkout master", "checkout master failed" );
$newminor=999;
$newminor=99;
}
updateCMakeLists($newmajor,$newminor,0,"Master");