diff --git a/Makefile b/Makefile index f25bf60..beae75f 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ SOURCEDIRS=$(ROOT_DIR)/syslog_ng_cfg_helper $(ROOT_DIR)/tests BISON_INSTALL_PATH := /usr/local -SYSLOG_NG_VERSION := 4.5.0 +SYSLOG_NG_VERSION := 4.6.0 SYSLOG_NG_RELEASE_URL := https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-$(SYSLOG_NG_VERSION) SYSLOG_NG_TARBALL_URL := https://github.com/syslog-ng/syslog-ng/releases/download/syslog-ng-$(SYSLOG_NG_VERSION)/syslog-ng-$(SYSLOG_NG_VERSION).tar.gz diff --git a/README.md b/README.md index e65dec4..65a41fd 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This tool makes configuring [syslog-ng](https://github.com/syslog-ng/syslog-ng) a bit easier by listing the options of each available driver. -The options are generated from [syslog-ng v4.5.0](https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-4.5.0). +The options are generated from [syslog-ng v4.6.0](https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-4.6.0). ## Quickstart