mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-19 02:10:42 +01:00
bump version number for new development cycle
This commit is contained in:
parent
530ba60ac5
commit
d6357b7e42
@ -1,4 +1,6 @@
|
||||
----------------------------------------------------------------------------------------
|
||||
Scheduled Release 8.2002.0 (aka 2020.02) 2020-02-25
|
||||
----------------------------------------------------------------------------------------
|
||||
Scheduled Release 8.2001.0 (aka 2020.01) 2020-01-14
|
||||
- 2020-01-12: core bugfix: race condition related to libfastjson when using DA queue
|
||||
Rsyslogd aborts when writing to disk queue from multiple workers simultaneously.
|
||||
|
||||
@ -2,9 +2,9 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.61)
|
||||
AC_INIT([rsyslog],[8.2001], [rsyslog@lists.adiscon.com]) # UPDATE on release
|
||||
AC_INIT([rsyslog],[8.2002.master], [rsyslog@lists.adiscon.com]) # UPDATE on release
|
||||
AC_DEFINE(VERSION_YEAR, 20, [year part of real rsyslog version]) # UPDATE on release
|
||||
AC_DEFINE(VERSION_MONTH,01, [month part of real rsyslog version]) # UPDATE on release
|
||||
AC_DEFINE(VERSION_MONTH,02, [month part of real rsyslog version]) # UPDATE on release
|
||||
|
||||
AM_INIT_AUTOMAKE([subdir-objects])
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user