diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-06-13 09:16:25 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-06-13 09:16:25 +0200 |
commit | fa3451aaa466ba7da28de6b324b4f90bab3ad4ef (patch) | |
tree | ede485c396e32b6b7b9992606001aa1e26ea5895 /configure.ac | |
parent | aafe631cecd417468c912915f2980149cb8863d9 (diff) | |
download | rsyslog-fa3451aaa466ba7da28de6b324b4f90bab3ad4ef.tar.gz rsyslog-fa3451aaa466ba7da28de6b324b4f90bab3ad4ef.tar.xz rsyslog-fa3451aaa466ba7da28de6b324b4f90bab3ad4ef.zip |
bugfix: restored accidently deleted version line
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index e958a072..af39fa23 100644 --- a/configure.ac +++ b/configure.ac @@ -2,6 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) +AC_INIT([rsyslog],[3.19.8],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([ChangeLog]) AC_CONFIG_HEADERS([config.h]) |