mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-19 18:30:42 +01:00
prepare for next scheduled release cycle
This commit is contained in:
parent
bd2be24822
commit
e7b779db10
@ -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
|
||||
|
||||
@ -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])
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user