bump version number for new development cycle

This commit is contained in:
Rainer Gerhards 2020-01-13 10:42:44 +01:00
parent 530ba60ac5
commit d6357b7e42
No known key found for this signature in database
GPG Key ID: 0CB6B2A8BE80B499
2 changed files with 4 additions and 2 deletions

View File

@ -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.

View File

@ -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])