How to update the mpdecimal source code in this branch:
-
Dowload the new sources in tar.gz format from the mpdecimal download page.
-
Validate the SHA256 checksum of the downloaded file.
-
Unpack the source code and commit the changes:
# Example with mpdecimal version 4.0.0 $ git commit -am "Add mpdecimal 4.0.0 sources"
-
Tag the new commit:
$ git tag -sam "mpdecimal 4.0.0" mpdecimal-4.0.0
-
Push changes, including tags, upstream.