Skip to content

Commit a38cae1

Browse files
committed
Prepare to release 0.6.2
1 parent 78abff5 commit a38cae1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ also an example of a third party syslog-ng module.
1010

1111
[sng]: https://github.com/balabit/syslog-ng
1212

13-
**NOTE**: The Incubator requires syslog-ng 3.11.1 or newer.
13+
**NOTE**: The Incubator requires syslog-ng 3.12.1 or newer.
1414
Contents
1515
--------
1616

configure.ac

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dnl
33

44
AC_PREREQ([2.68])
55

6-
AC_INIT([syslog-ng-incubator], [0.6.1], [[email protected]])
6+
AC_INIT([syslog-ng-incubator], [0.6.2], [[email protected]])
77
AM_INIT_AUTOMAKE([foreign subdir-objects dist-xz no-dist-gzip])
88

99
AC_CONFIG_MACRO_DIR([m4])
@@ -28,7 +28,7 @@ dnl ***************************************************************************
2828
dnl dependencies
2929

3030
GLIB_MIN_VERSION="2.14"
31-
SYSLOG_NG_MIN_VERSION="3.11.0"
31+
SYSLOG_NG_MIN_VERSION="3.12.0"
3232
IVYKIS_MIN_VERSION="0.30.0"
3333
LMC_MIN_VERSION="0.1.2"
3434
LRC_MIN_VERSION="1.0.0"

0 commit comments

Comments
 (0)