X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcitadel.nsi;h=86e515c6e1762ff122325511eb83cf45aba69a6b;hb=cceb9a8329c52e1476e7d8badaa252c39b6d2b19;hp=9460e5971b335d4df3e5cab08afedaf2d50f0801;hpb=d25729b4b76a7ddc5a458ee57bc35a4d2283b0a1;p=citadel.git diff --git a/citadel/citadel.nsi b/citadel/citadel.nsi index 9460e5971..86e515c6e 100644 --- a/citadel/citadel.nsi +++ b/citadel/citadel.nsi @@ -4,7 +4,7 @@ !include "${NSISDIR}\Contrib\Modern UI\System.nsh" !define MUI_PRODUCT "Citadel" -!define MUI_VERSION "7.50" +!define MUI_VERSION "7.60" !define MUI_WELCOMEPAGE !define MUI_LICENSEPAGE !define MUI_COMPONENTSPAGE @@ -18,7 +18,7 @@ ;!define MUI_ICON "${NSISDIR}\Contrib\Icons\modern-install.ico" ;!define MUI_UNICON "${NSISDIR}\Contrib\Icons\modern-uninstall.ico" -OutFile "citadel-7.50.exe" +OutFile "citadel-7.60.exe" BGGradient off LangString DESC_Citadel ${LANG_ENGLISH} "Citadel client and core libraries (required)"