diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-20 14:03:47 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-20 14:03:47 +0000 |
commit | 66214d45c76220ceb2d76ff1881baf79bee147a3 (patch) | |
tree | e63594c26a8e1761cb5b1141a6bf8ee45a2d9d3f /configure.ac | |
parent | c23ff07b3d41d0734a6efa68537013affdd4099b (diff) | |
download | rsyslog-66214d45c76220ceb2d76ff1881baf79bee147a3.tar.gz rsyslog-66214d45c76220ceb2d76ff1881baf79bee147a3.tar.xz rsyslog-66214d45c76220ceb2d76ff1881baf79bee147a3.zip |
bumped version number
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 970f864f..593937ea 100644 --- a/configure.ac +++ b/configure.ac @@ -2,8 +2,8 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT(rsyslog, 1.17.1, rsyslog@lists.adiscon.com.) -AM_INIT_AUTOMAKE(rsyslog, 1.17.1) +AC_INIT(rsyslog, 1.17.2, rsyslog@lists.adiscon.com.) +AM_INIT_AUTOMAKE(rsyslog, 1.17.2) AC_CONFIG_SRCDIR([syslogd.c]) AC_CONFIG_HEADER([config.h]) |