Skip to content

Commit 3da1918

Browse files
committed
release.pl: use 99 instead of 999 for premajor minor
1 parent 0cff17f commit 3da1918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ ($$)
221221
push @topush, "master_$newmajor";
222222

223223
run( "git checkout master", "checkout master failed" );
224-
$newminor=999;
224+
$newminor=99;
225225
}
226226

227227
updateCMakeLists($newmajor,$newminor,0,"Master");

0 commit comments

Comments
 (0)