diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-22 17:16:17 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-22 17:16:17 +0000 |
commit | a2f31852b1467a2e9672ccd8d06a2139f5030942 (patch) | |
tree | f44f1cc9fa532634c2d36cb1309d7b534b53ccb8 | |
parent | 81f612f98b937a3809927150ef62d02ca3d45cb1 (diff) | |
download | rsyslog-a2f31852b1467a2e9672ccd8d06a2139f5030942.tar.gz rsyslog-a2f31852b1467a2e9672ccd8d06a2139f5030942.tar.xz rsyslog-a2f31852b1467a2e9672ccd8d06a2139f5030942.zip |
bumping version number
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 15c73dae..881d4179 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],[2.0.3],[rsyslog@lists.adiscon.com.]) +AC_INIT([rsyslog],[2.0.4],[rsyslog@lists.adiscon.com.]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([syslogd.c]) AC_CONFIG_HEADERS([config.h]) |