X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Fwin32%2Fui.nsi;h=87e4c6d96e5a677e1361e3d30434800182120e4d;hb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;hp=4073b59b0b14b0f1a184de80ec2cebda63d75ba5;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a;p=ossec-hids.git diff --git a/src/win32/ui.nsi b/src/win32/ui.nsi index 4073b59..87e4c6d 100644 --- a/src/win32/ui.nsi +++ b/src/win32/ui.nsi @@ -2,13 +2,13 @@ ; my template correctly. !include "MUI.nsh" -!define VERSION "1.5.1" -!define NAME "Ossec HIDS" +!define VERSION "2.7" +!define NAME "OSSEC HIDS" !define /date CDATE "%b %d %Y at %H:%M:%S" Name "${NAME} Windows Agent v${VERSION}" -BrandingText "Copyright (C) 2009 Trend Micro Inc." +BrandingText "Copyright (C) 2011 Trend Micro Inc." OutFile "win32ui.exe"