bump version number to start new release cycle

This commit is contained in:
Rainer Gerhards 2015-04-08 08:47:13 +02:00
parent 21e983d6f6
commit 1d25a46e7f
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
------------------------------------------------------------------------------
Version 8.10.0 [v8-stable] 2015-05-19
------------------------------------------------------------------------------
Version 8.9.0 [v8-stable] 2015-04-07
- omprog: add option "hup.forward" to forwards HUP to external plugins
This was suggested by David Lang so that external plugins (and other

View File

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
AC_INIT([rsyslog],[8.9.0],[rsyslog@lists.adiscon.com])
AC_INIT([rsyslog],[8.10.0.master],[rsyslog@lists.adiscon.com])
AM_INIT_AUTOMAKE([subdir-objects])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])