mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -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";
|
push @topush, "master_$newmajor";
|
||||||
|
|
||||||
run( "git checkout master", "checkout master failed" );
|
run( "git checkout master", "checkout master failed" );
|
||||||
$newminor=999;
|
$newminor=99;
|
||||||
}
|
}
|
||||||
|
|
||||||
updateCMakeLists($newmajor,$newminor,0,"Master");
|
updateCMakeLists($newmajor,$newminor,0,"Master");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user