diff options
Diffstat (limited to 'scripts/release-common.sh')
-rwxr-xr-x | scripts/release-common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/release-common.sh b/scripts/release-common.sh index 5c63ccd..9e56263 100755 --- a/scripts/release-common.sh +++ b/scripts/release-common.sh @@ -12,7 +12,7 @@ # -d Version date (e.g. -d 2010.01.23) # -c Build with commit info # -mingw32 Cross-compile for win32 using MXE -# -mingw64 Cross-compile for win64 using MXE +# -mingw64 Cross-compile for win64 using Tony Theodore's MXE fork # # If no version string or version date is given, todays date will be used (YYYY-MM-DD) # If only verion date is given, it will be used also as version string. |