diff --git a/ChangeLog b/ChangeLog index 391ababc0a..49f4ec72e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,6 @@ ---------------------------------------------------------------------------------------- +Scheduled Release 8.2402.0 (aka 2024.02) 2024-02-?? +---------------------------------------------------------------------------------------- Scheduled Release 8.2312.0 (aka 2023.12) 2023-12-12 - 2023-12-11: imjournal: Add new input module parameter 'defaulttag' The DefaultTag option specifies the default value for the tag field. diff --git a/configure.ac b/configure.ac index 7f833ea2c3..1c6f68d483 100644 --- a/configure.ac +++ b/configure.ac @@ -2,9 +2,9 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([rsyslog],[8.2312.0],[rsyslog@lists.adiscon.com]) # UPDATE on release -AC_DEFINE(VERSION_YEAR, 23, [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.2402.0.master],[rsyslog@lists.adiscon.com]) # UPDATE on release +AC_DEFINE(VERSION_YEAR, 24, [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])