diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-09-09 15:59:13 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-09-09 15:59:13 +0200 |
commit | 12e53bc326446549a32bb52ed8255e53277ec95b (patch) | |
tree | 4255c860b4c5688bec0e7d66dfbc8e313c98a0b9 | |
parent | bd2bd5102a6ab4e206db98f441c8aaf94540cf4d (diff) | |
download | rsyslog-12e53bc326446549a32bb52ed8255e53277ec95b.tar.gz rsyslog-12e53bc326446549a32bb52ed8255e53277ec95b.tar.bz2 rsyslog-12e53bc326446549a32bb52ed8255e53277ec95b.zip |
set custom branch version
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 017116ef..54260a5c 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.4.4],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[7.4.4.c9.1],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |