bump version number for next development cycle

This commit is contained in:
Rainer Gerhards 2016-10-05 16:07:08 +02:00
parent ceb769e356
commit 45ff1f64f5
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
------------------------------------------------------------------------------
Version 8.23.0 [v8-stable] 2016-11-15
------------------------------------------------------------------------------
Version 8.22.0 [v8-stable] 2016-10-04
- ompgsql: add template support
Thanks to Radu Gheorghe for implementing this.

View File

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