diff --git a/BUGS b/BUGS index 2eae0e31c..ea6c0eeaa 100644 --- a/BUGS +++ b/BUGS @@ -1,4 +1,4 @@ -OSSEC v3.7.0 +OSSEC v3.8.0 Copyright (C) 2019 Trend Micro Inc. diff --git a/CHANGELOG.md b/CHANGELOG.md index 108e6bcc8..8e5c3be9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +**OSSEC changelog (3.8.0) ** + +**Release Maintainers** + +Dan Parriott + +Scott R. Shinn (http://www.atomicorp.com) + +**Contributors on this release** + +**Release Notes** + + +**General** + + **OSSEC changelog (3.7.0) ** **Release Maintainers** diff --git a/CONFIG b/CONFIG index 6a89b3188..a8b1aba77 100644 --- a/CONFIG +++ b/CONFIG @@ -1,4 +1,4 @@ -OSSEC v3.7.0 +OSSEC v3.8.0 Copyright (C) 2019 Trend Micro Inc. diff --git a/INSTALL b/INSTALL index fdc0af3fc..b7558d8ea 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,4 @@ -OSSEC v3.7.0 +OSSEC v3.8.0 Copyright (C) 2019 Trend Micro Inc. diff --git a/README.md b/README.md index 08b5951d9..e95aac241 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/VERSION b/src/VERSION index d1e9cf3bb..40c06ccb7 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -v3.7.0 +v3.8.0 diff --git a/src/headers/defs.h b/src/headers/defs.h index f92ccd76b..bd47bba1a 100644 --- a/src/headers/defs.h +++ b/src/headers/defs.h @@ -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 "contact@ossec.net" #define __site "https://www.ossec.net" diff --git a/src/init/ossec-client.sh b/src/init/ossec-client.sh index 47caf80c2..4daafe752 100755 --- a/src/init/ossec-client.sh +++ b/src/init/ossec-client.sh @@ -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 diff --git a/src/init/ossec-hids-alpine.init b/src/init/ossec-hids-alpine.init old mode 100644 new mode 100755 diff --git a/src/init/ossec-local.sh b/src/init/ossec-local.sh index e2274d89d..965b56a7b 100755 --- a/src/init/ossec-local.sh +++ b/src/init/ossec-local.sh @@ -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 diff --git a/src/init/ossec-server.sh b/src/init/ossec-server.sh index ddaae431f..33c90917a 100755 --- a/src/init/ossec-server.sh +++ b/src/init/ossec-server.sh @@ -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; diff --git a/src/win32/help.txt b/src/win32/help.txt index 4b9b946ca..a41e64ae6 100644 --- a/src/win32/help.txt +++ b/src/win32/help.txt @@ -1,4 +1,4 @@ -** OSSEC Windows Agent v3.7.0 ** +** OSSEC Windows Agent v3.8.0 ** ** Copyright (C) 2014 Trend Micro Inc. ** diff --git a/src/win32/ossec-installer.nsi b/src/win32/ossec-installer.nsi index 4db2d8476..ac650298d 100644 --- a/src/win32/ossec-installer.nsi +++ b/src/win32/ossec-installer.nsi @@ -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"