diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-01-15 17:27:25 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-01-15 17:27:25 +0100 |
commit | 586662ccc763ab6d72f8f24410267f230c77182f (patch) | |
tree | db6171fabb81397929537073ef46ac2e4d75b833 | |
parent | 123143d0f1f5e99b04f963c5d785a8f8918decdc (diff) | |
download | rsyslog-586662ccc763ab6d72f8f24410267f230c77182f.tar.gz rsyslog-586662ccc763ab6d72f8f24410267f230c77182f.tar.bz2 rsyslog-586662ccc763ab6d72f8f24410267f230c77182f.zip |
push version number for private test release
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index eef88a64..d86a943f 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([rsyslog],[7.3.5],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[7.3.6.ex1],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |