prepare for next scheduled release cycle

This commit is contained in:
Rainer Gerhards 2020-12-07 18:51:49 +01:00
parent bd2be24822
commit e7b779db10
No known key found for this signature in database
GPG Key ID: 0CB6B2A8BE80B499
2 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,6 @@
----------------------------------------------------------------------------------------
Scheduled Release 8.2102.0 (aka 2021.02) 2021-02-??
----------------------------------------------------------------------------------------
Scheduled Release 8.2012.0 (aka 2020.12) 2020-12-08
- 2020-12-07: testbench bugfix: some tests did not work in make distcheck
- certificate file missing in dist tarball

View File

@ -2,9 +2,9 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
AC_INIT([rsyslog],[8.2012.0],[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,12, [month part of real rsyslog version]) # UPDATE on release
AC_INIT([rsyslog],[8.2102.0.master],[rsyslog@lists.adiscon.com]) # UPDATE on release
AC_DEFINE(VERSION_YEAR, 21, [year part of real rsyslog version]) # UPDATE on release
AC_DEFINE(VERSION_MONTH, 2, [month part of real rsyslog version]) # UPDATE on release
AM_INIT_AUTOMAKE([subdir-objects])