Skip to content

Commit ea86c9d

Browse files
committed
bump version number for next scheduled stable release cycle
1 parent f781a4b commit ea86c9d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
----------------------------------------------------------------------------------------
2+
Scheduled Release 8.2402.0 (aka 2024.02) 2024-02-??
3+
----------------------------------------------------------------------------------------
24
Scheduled Release 8.2312.0 (aka 2023.12) 2023-12-12
35
- 2023-12-11: imjournal: Add new input module parameter 'defaulttag'
46
The DefaultTag option specifies the default value for the tag field.

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ(2.61)
5-
AC_INIT([rsyslog],[8.2312.0],[rsyslog@lists.adiscon.com]) # UPDATE on release
6-
AC_DEFINE(VERSION_YEAR, 23, [year part of real rsyslog version]) # UPDATE on release
7-
AC_DEFINE(VERSION_MONTH, 12, [month part of real rsyslog version]) # UPDATE on release
5+
AC_INIT([rsyslog],[8.2402.0.master],[rsyslog@lists.adiscon.com]) # UPDATE on release
6+
AC_DEFINE(VERSION_YEAR, 24, [year part of real rsyslog version]) # UPDATE on release
7+
AC_DEFINE(VERSION_MONTH, 2, [month part of real rsyslog version]) # UPDATE on release
88

99
AM_INIT_AUTOMAKE([subdir-objects])
1010

0 commit comments

Comments
 (0)