Skip to content

Commit

Permalink
Bump rev 40402
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjiglesias committed Dec 23, 2022
1 parent 1585827 commit d967feb
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion api/api/spec/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ info:
<SecurityDefinitions />

version: '4.4.0'
x-revision: '40401'
x-revision: '40402'
title: 'Wazuh API REST'
license:
name: 'GPL 2.0'
Expand Down
2 changes: 1 addition & 1 deletion framework/wazuh/core/cluster/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# This program is free software; you can redistribute it and/or modify it under the terms of GPLv2

__version__ = '4.4.0'
__revision__ = '40401'
__revision__ = '40402'
__author__ = "Wazuh Inc"
__wazuh_name__ = "Wazuh"
__licence__ = "\
Expand Down
2 changes: 1 addition & 1 deletion src/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "WAZUH"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = "v4.4.0-40401"
PROJECT_NUMBER = "v4.4.0-40402"

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion src/REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
40401
40402
2 changes: 1 addition & 1 deletion src/init/wazuh-client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ DIR=`dirname $PWD`;

# Installation info
VERSION="v4.4.0"
REVISION="40401"
REVISION="40402"
TYPE="agent"

### Do not modify below here ###
Expand Down
2 changes: 1 addition & 1 deletion src/init/wazuh-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ PLIST=${DIR}/bin/.process_list;

# Installation info
VERSION="v4.4.0"
REVISION="40401"
REVISION="40402"
TYPE="local"

### Do not modify below here ###
Expand Down
2 changes: 1 addition & 1 deletion src/init/wazuh-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ PLIST=${DIR}/bin/.process_list;

# Installation info
VERSION="v4.4.0"
REVISION="40401"
REVISION="40402"
TYPE="server"

### Do not modify below here ###
Expand Down
2 changes: 1 addition & 1 deletion src/win32/wazuh-installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
!define MUI_ICON install.ico
!define MUI_UNICON uninstall.ico
!define VERSION "4.4.0"
!define REVISION "40401"
!define REVISION "40402"
!define NAME "Wazuh"
!define SERVICE "WazuhSvc"

Expand Down

0 comments on commit d967feb

Please sign in to comment.