Skip to content

Commit 39a9313

Browse files
authored
Merge pull request #2121 from atomicturtle/v3.8.0-update
Updating versions
2 parents d733a56 + 4f1f0a1 commit 39a9313

File tree

13 files changed

+27
-11
lines changed

13 files changed

+27
-11
lines changed

BUGS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
OSSEC v3.7.0
1+
OSSEC v3.8.0
22
Copyright (C) 2019 Trend Micro Inc.
33

44

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
**OSSEC changelog (3.8.0) <[email protected]>**
2+
3+
**Release Maintainers**
4+
5+
Dan Parriott
6+
7+
Scott R. Shinn (http://www.atomicorp.com)
8+
9+
**Contributors on this release**
10+
11+
**Release Notes**
12+
13+
14+
**General**
15+
16+
117
**OSSEC changelog (3.7.0) <[email protected]>**
218

319
**Release Maintainers**

CONFIG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
OSSEC v3.7.0
1+
OSSEC v3.8.0
22
Copyright (C) 2019 Trend Micro Inc.
33

44

INSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
OSSEC v3.7.0
1+
OSSEC v3.8.0
22
Copyright (C) 2019 Trend Micro Inc.
33

44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
OSSEC v3.7.0 Copyright (C) 2019 Trend Micro Inc.
1+
OSSEC v3.8.0 Copyright (C) 2019 Trend Micro Inc.
22

33
# Information about OSSEC
44

src/VERSION

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

src/headers/defs.h

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

4040
/* Some global names */
4141
#define __ossec_name "OSSEC HIDS"
42-
#define __ossec_version "v3.7.0"
42+
#define __ossec_version "v3.8.0"
4343
#define __author "OSSEC Foundation"
4444
#define __contact "[email protected]"
4545
#define __site "https://www.ossec.net"

src/init/ossec-client.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ DIR=`dirname $PWD`;
1111

1212
### Do not modify below here ###
1313
NAME="OSSEC HIDS"
14-
VERSION="v3.7.0"
14+
VERSION="v3.8.0"
1515
DAEMONS="ossec-logcollector ossec-syscheckd ossec-agentd ossec-execd"
1616

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

src/init/ossec-hids-alpine.init

100644100755
File mode changed.

src/init/ossec-local.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if [ $? = 0 ]; then
1919
fi
2020

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

2525
## Locking for the start/stop

0 commit comments

Comments
 (0)