Skip to content

Commit

Permalink
Bump version to 3.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chemamartinez committed Sep 23, 2019
1 parent 7aa4d46 commit ee0943d
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion framework/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def run(self):


setup(name='wazuh',
version='3.10.2',
version='3.10.3',
description='Wazuh control with Python',
url='https://github.com/wazuh',
author='Wazuh',
Expand Down
2 changes: 1 addition & 1 deletion framework/wazuh/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"""

__version__ = '3.10.2'
__version__ = '3.10.3'


msg = "\n\nPython 2.7 or newer not found."
Expand Down
4 changes: 2 additions & 2 deletions framework/wazuh/cluster/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# Created by Wazuh, Inc. <info@wazuh.com>.
# This program is free software; you can redistribute it and/or modify it under the terms of GPLv2

__version__ = '3.10.2'
__revision__ = '31014'
__version__ = '3.10.3'
__revision__ = '31015'
__author__ = "Wazuh Inc"
__ossec_name__ = "Wazuh"
__licence__ = "\
Expand Down
2 changes: 1 addition & 1 deletion src/REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
31014
31015
2 changes: 1 addition & 1 deletion src/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.10.2
v3.10.3
2 changes: 1 addition & 1 deletion src/headers/defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

/* Some global names */
#define __ossec_name "Wazuh"
#define __ossec_version "v3.10.2"
#define __ossec_version "v3.10.3"
#define __author "Wazuh Inc."
#define __contact "info@wazuh.com"
#define __site "http://www.wazuh.com"
Expand Down
4 changes: 2 additions & 2 deletions src/win32/ossec-installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
; general
!define MUI_ICON install.ico
!define MUI_UNICON uninstall.ico
!define VERSION "3.10.2"
!define REVISION "31014"
!define VERSION "3.10.3"
!define REVISION "31015"
!define NAME "Wazuh"
!define SERVICE "OssecSvc"

Expand Down
2 changes: 1 addition & 1 deletion src/win32/wazuh-installer.wxs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
<Product Id="*" Name="Wazuh Agent" Language="1033" Version="3.10.2" Manufacturer="Wazuh, Inc." UpgradeCode="F495AC57-7BDE-4C4B-92D8-DBE40A9AA5A0">
<Product Id="*" Name="Wazuh Agent" Language="1033" Version="3.10.3" Manufacturer="Wazuh, Inc." UpgradeCode="F495AC57-7BDE-4C4B-92D8-DBE40A9AA5A0">
<Package Description="Wazuh helps you to gain security visibility into your infrastructure by monitoring hosts at an operating system and application level. It provides the following capabilities: log analysis, file integrity monitoring, intrusions detection and policy and compliance monitoring" Comments="wazuh-agent" InstallerVersion="200" Compressed="yes" />
<Media Id="1" Cabinet="simple.cab" EmbedCab="yes" CompressionLevel="high" />
<!-- Default configuration values -->
Expand Down

0 comments on commit ee0943d

Please sign in to comment.