@@ -107,9 +107,9 @@ After that, open any MSYS2 shell again and run the following commands:
107107
108108Note: By default the git repository will be on the ` master ` branch, which is the
109109latest development snapshot. Optionally, you can check out a specific version,
110- e.g. ` cd wimlib && git checkout v1.14.4 ` . For old versions, please refer to the
110+ e.g. ` cd wimlib && git checkout v1.14.5 ` . For old versions, please refer to the
111111documentation for that version, as things may have changed. It is also possible
112- to use a release tarball (e.g. ` wimlib-1.14.4 .tar.gz ` ) instead of the git repo.
112+ to use a release tarball (e.g. ` wimlib-1.14.5 .tar.gz ` ) instead of the git repo.
113113
114114Finally, to actually do a build, close the MSYS2 shell you have open, then open
115115one of the following from the Start menu:
@@ -126,7 +126,7 @@ one of the following from the Start menu:
126126
127127The script will automatically download and install the packages needed to build
128128wimlib in the chosen MSYS2 environment, then build wimlib. The output will be
129- in a folder named similarly to ` wimlib-1.14.4 -windows-x86_64-bin ` . Note that
129+ in a folder named similarly to ` wimlib-1.14.5 -windows-x86_64-bin ` . Note that
130130your "home" folder within MSYS2 is ` C:\msys64\home\%USERNAME% ` by default.
131131Therefore, the full path to the output folder will be similar to
132- ` C:\msys64\home\%USERNAME%\wimlib\wimlib-1.14.4 -windows-x86_64-bin ` .
132+ ` C:\msys64\home\%USERNAME%\wimlib\wimlib-1.14.5 -windows-x86_64-bin ` .
0 commit comments