mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
release.pl: use 99 instead of 999 for premajor minor
This commit is contained in:
parent
0cff17f966
commit
3da19183dc
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user