Skip to content

Commit 4ad1cd3

Browse files
committed
Bump version to 3.8.0
1 parent f7a02af commit 4ad1cd3

8 files changed

Lines changed: 10 additions & 10 deletions

File tree

framework/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Install the package dev: python setup.py develop
1010

1111
setup(name='wazuh',
12-
version='3.7.1',
12+
version='3.8.0',
1313
description='Wazuh control with Python',
1414
url='https://github.com/wazuh',
1515
author='Wazuh',

framework/wazuh/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
1919
"""
2020

21-
__version__ = '3.7.1'
21+
__version__ = '3.8.0'
2222

2323

2424
msg = "\n\nPython 2.7 or newer not found."

framework/wazuh/cluster/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# Created by Wazuh, Inc. <info@wazuh.com>.
44
# This program is a free software; you can redistribute it and/or modify it under the terms of GPLv2
55

6-
__version__ = '3.7.1'
7-
__revision__ = '3720'
6+
__version__ = '3.8.0'
7+
__revision__ = '3800'
88
__author__ = "Wazuh Inc"
99
__ossec_name__ = "Wazuh"
1010
__licence__ = "\

src/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3720
1+
3800

src/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v3.7.1
1+
v3.8.0

src/headers/defs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
/* Some global names */
6060
#define __ossec_name "Wazuh"
61-
#define __ossec_version "v3.7.1"
61+
#define __ossec_version "v3.8.0"
6262
#define __author "Wazuh Inc."
6363
#define __contact "info@wazuh.com"
6464
#define __site "http://www.wazuh.com"

src/win32/ossec-installer.nsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
; general
2121
!define MUI_ICON install.ico
2222
!define MUI_UNICON uninstall.ico
23-
!define VERSION "3.7.1"
24-
!define REVISION "3720"
23+
!define VERSION "3.8.0"
24+
!define REVISION "3800"
2525
!define NAME "Wazuh"
2626
!define SERVICE "OssecSvc"
2727

src/win32/wazuh-installer.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
3-
<Product Id="*" Name="Wazuh Agent 3.7.1" Language="1033" Version="3.7.1" Manufacturer="Wazuh, Inc." UpgradeCode="F495AC57-7BDE-4C4B-92D8-DBE40A9AA5A0">
3+
<Product Id="*" Name="Wazuh Agent 3.8.0" Language="1033" Version="3.8.0" Manufacturer="Wazuh, Inc." UpgradeCode="F495AC57-7BDE-4C4B-92D8-DBE40A9AA5A0">
44
<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" />
55
<Media Id="1" Cabinet="simple.cab" EmbedCab="yes" CompressionLevel="high" />
66
<!-- Default configuration values -->

0 commit comments

Comments
 (0)