Skip to content

Commit

Permalink
[GDAL] fix version_offset
Browse files Browse the repository at this point in the history
See JuliaPackaging#7050 (comment)

Registration of the previous version was blocked: JuliaRegistries/General#91991
  • Loading branch information
visr authored Sep 22, 2023
1 parent 9aa7a94 commit c21636a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion G/GDAL/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ using BinaryBuilder, Pkg

name = "GDAL"
upstream_version = v"3.7.2"
version_offset = v"0.0.0"
version_offset = v"1.0.0"
version = VersionNumber(upstream_version.major * 100 + version_offset.major,
upstream_version.minor * 100 + version_offset.minor,
upstream_version.patch * 100 + version_offset.patch)
Expand Down

0 comments on commit c21636a

Please sign in to comment.