bump version number for new release cycle

This commit is contained in:
Rainer Gerhards 2017-01-10 19:04:15 +01:00
parent 2c9d613d29
commit 1aafa2c4d8
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
------------------------------------------------------------------------------
Version 8.25.0 [v8-stable] 2017-02-21
------------------------------------------------------------------------------
Version 8.24.0 [v8-stable] 2017-01-10
- rsyslog now builds on AIX
see also: https://github.com/rsyslog/rsyslog/pull/1247

View File

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