X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcitadel.nsi;h=9460e5971b335d4df3e5cab08afedaf2d50f0801;hb=163aea0943ec295b4a70fcb9e8f6541d8535e62a;hp=39837751a8e5cc688244f261fec00e1b1c35ad60;hpb=20e9d8cc3be1a2708ded2f027c41c797a9c75e4f;p=citadel.git diff --git a/citadel/citadel.nsi b/citadel/citadel.nsi index 39837751a..9460e5971 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.44" +!define MUI_VERSION "7.50" !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.44.exe" +OutFile "citadel-7.50.exe" BGGradient off LangString DESC_Citadel ${LANG_ENGLISH} "Citadel client and core libraries (required)"