bump version number for new development cycle

This commit is contained in:
Rainer Gerhards 2017-06-27 16:07:28 +02:00
parent 5f91d47283
commit e9617cf5f2
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
------------------------------------------------------------------------------
Version 8.29.0 [v8-stable] 2017-08-08
------------------------------------------------------------------------------
Version 8.28.0 [v8-stable] 2017-06-27
- NEW BUILD REQUIREMENT: librelp 1.2.14 (to build relp components)
This was necessary because imrelp requires an API introduced in 1.2.14.

View File

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
AC_INIT([rsyslog],[8.28.0],[rsyslog@lists.adiscon.com])
AC_INIT([rsyslog],[8.29.0.master],[rsyslog@lists.adiscon.com])
# AIXPORT START: Detect the underlying OS
unamestr=$(uname)