Skip to content

Commit

Permalink
Updating versions
Browse files Browse the repository at this point in the history
Signed-off-by: Scott R. Shinn <[email protected]>
  • Loading branch information
atomicturtle committed May 10, 2024
1 parent d733a56 commit 4f1f0a1
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 11 deletions.
2 changes: 1 addition & 1 deletion BUGS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OSSEC v3.7.0
OSSEC v3.8.0
Copyright (C) 2019 Trend Micro Inc.


Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
**OSSEC changelog (3.8.0) <[email protected]>**

**Release Maintainers**

Dan Parriott

Scott R. Shinn (http://www.atomicorp.com)

**Contributors on this release**

**Release Notes**


**General**


**OSSEC changelog (3.7.0) <[email protected]>**

**Release Maintainers**
Expand Down
2 changes: 1 addition & 1 deletion CONFIG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OSSEC v3.7.0
OSSEC v3.8.0
Copyright (C) 2019 Trend Micro Inc.


Expand Down
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OSSEC v3.7.0
OSSEC v3.8.0
Copyright (C) 2019 Trend Micro Inc.


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OSSEC v3.7.0 Copyright (C) 2019 Trend Micro Inc.
OSSEC v3.8.0 Copyright (C) 2019 Trend Micro Inc.

# Information about OSSEC

Expand Down
2 changes: 1 addition & 1 deletion src/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.7.0
v3.8.0
2 changes: 1 addition & 1 deletion src/headers/defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

/* Some global names */
#define __ossec_name "OSSEC HIDS"
#define __ossec_version "v3.7.0"
#define __ossec_version "v3.8.0"
#define __author "OSSEC Foundation"
#define __contact "[email protected]"
#define __site "https://www.ossec.net"
Expand Down
2 changes: 1 addition & 1 deletion src/init/ossec-client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DIR=`dirname $PWD`;

### Do not modify below here ###
NAME="OSSEC HIDS"
VERSION="v3.7.0"
VERSION="v3.8.0"
DAEMONS="ossec-logcollector ossec-syscheckd ossec-agentd ossec-execd"

[ -f /etc/ossec-init.conf ] && . /etc/ossec-init.conf
Expand Down
Empty file modified src/init/ossec-hids-alpine.init
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion src/init/ossec-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if [ $? = 0 ]; then
fi

NAME="OSSEC HIDS"
VERSION="v3.7.0"
VERSION="v3.8.0"
DAEMONS="ossec-monitord ossec-logcollector ossec-syscheckd ossec-analysisd ossec-maild ossec-execd ${DB_DAEMON} ${CSYSLOG_DAEMON} ${AGENTLESS_DAEMON}"

## Locking for the start/stop
Expand Down
2 changes: 1 addition & 1 deletion src/init/ossec-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if [ $? = 0 ]; then
fi

NAME="OSSEC HIDS"
VERSION="v3.7.0"
VERSION="v3.8.0"

[ -f /etc/ossec-init.conf ] && . /etc/ossec-init.conf;

Expand Down
2 changes: 1 addition & 1 deletion src/win32/help.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
** OSSEC Windows Agent v3.7.0 **
** OSSEC Windows Agent v3.8.0 **
** Copyright (C) 2014 Trend Micro Inc. **


Expand Down
2 changes: 1 addition & 1 deletion src/win32/ossec-installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
; general
!define MUI_ICON favicon.ico
!define MUI_UNICON ossec-uninstall.ico
!define VERSION "3.7.0"
!define VERSION "3.8.0"
!define NAME "OSSEC HIDS"
!define SERVICE "OssecSvc"

Expand Down

0 comments on commit 4f1f0a1

Please sign in to comment.