Skip to content

Commit

Permalink
Merge pull request #2032 from atomicturtle/v3.7.0
Browse files Browse the repository at this point in the history
Updating version fields
atomicturtle authored Jan 15, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 818b28c + 22b1729 commit 39a8c5d
Showing 12 changed files with 55 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.6.0
OSSEC v3.7.0
Copyright (C) 2019 Trend Micro Inc.


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

**Release Maintainers**

Dan Parriott

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

**Contributors on this release**

@atomicturtle

@ddpbsd

@ChristianBeer

@lyellread

@nfsec

@tonoitp

@swindmill

@g3rhard

@giannidaprile

@seren

@nurse

@Skactor

@sempervictus

@Midi12

@icy

**General**



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

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


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


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

# Information about OSSEC

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

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

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

[ -f /etc/ossec-init.conf ] && . /etc/ossec-init.conf
2 changes: 1 addition & 1 deletion src/init/ossec-local.sh
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ if [ $? = 0 ]; then
fi

NAME="OSSEC HIDS"
VERSION="v3.6.0"
VERSION="v3.7.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
2 changes: 1 addition & 1 deletion src/init/ossec-server.sh
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ if [ $? = 0 ]; then
fi

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

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

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.6.0 **
** OSSEC Windows Agent v3.7.0 **
** Copyright (C) 2014 Trend Micro Inc. **


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

0 comments on commit 39a8c5d

Please sign in to comment.