update versions for daily stable

This commit is contained in:
Rainer Gerhards 2022-06-14 10:45:02 +02:00
parent 0558761193
commit f791afe5c0
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.2208.0 (aka 2022.08) 2022-08-??
----------------------------------------------------------------------------------------
Scheduled Release 8.2206.0 (aka 2022.06) 2022-06-14 Scheduled Release 8.2206.0 (aka 2022.06) 2022-06-14
- 2022-05-25: omelastisearch: allow omitting _type field - 2022-05-25: omelastisearch: allow omitting _type field
Allow omitting the _type field by setting it to an empty string. Allow omitting the _type field by setting it to an empty string.

View File

@ -2,9 +2,9 @@
# Process this file with autoconf to produce a configure script. # Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61) AC_PREREQ(2.61)
AC_INIT([rsyslog],[8.2206.0],[rsyslog@lists.adiscon.com]) # UPDATE on release AC_INIT([rsyslog],[8.2208.0.master],[rsyslog@lists.adiscon.com]) # UPDATE on release
AC_DEFINE(VERSION_YEAR, 22, [year part of real rsyslog version]) # UPDATE on release AC_DEFINE(VERSION_YEAR, 22, [year part of real rsyslog version]) # UPDATE on release
AC_DEFINE(VERSION_MONTH, 06, [month part of real rsyslog version]) # UPDATE on release AC_DEFINE(VERSION_MONTH, 8, [month part of real rsyslog version]) # UPDATE on release
AM_INIT_AUTOMAKE([subdir-objects]) AM_INIT_AUTOMAKE([subdir-objects])