diff options
author | Jiyong <jiyong.min@samsung.com> | 2023-12-06 10:30:38 +0900 |
---|---|---|
committer | Jiyong <jiyong.min@samsung.com> | 2023-12-06 10:31:10 +0900 |
commit | 2c17c6b7ecf6d96c9b4004cd7b79d860b66e6ae3 (patch) | |
tree | c2510f971c95cb79f5a4bd55c841d294bf5197fd /www/Hg.rst | |
parent | 043c171f3b5935329641967057ae5f45bc1a5631 (diff) | |
download | GraphicsMagick-upstream.tar.gz GraphicsMagick-upstream.tar.bz2 GraphicsMagick-upstream.zip |
Imported Upstream version 1.3.42upstream/1.3.42upstream
Change-Id: I4f2a12cbf50e1a459e7bac7c5a8e374071620eea
Diffstat (limited to 'www/Hg.rst')
-rw-r--r-- | www/Hg.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -86,9 +86,9 @@ By default the cloned directory is populated with files from the `default` (i.e. head) branch of the code, which is where active development happens. -If you require a specific release of GraphicsMagick (e.g. 1.3.36), you may select it like:: +If you require a specific release of GraphicsMagick (e.g. 1.3.40), you may select it like:: - hg update -r GraphicsMagick-1_3_36 + hg update -r GraphicsMagick-1_3_40 or if you require a specific branch of GraphicsMagick (e.g. 1.3), you may use:: |