summaryrefslogtreecommitdiffstats
path: root/ulogd/ulogd.c
diff options
context:
space:
mode:
authorlaforge <laforge>2004-04-24 15:50:18 +0000
committerlaforge <laforge>2004-04-24 15:50:18 +0000
commitab32a1519424cdb54bfb690ee20e0c05fba38a83 (patch)
tree04fb104be080c2e31291ae0d82674b3f7cf14d29 /ulogd/ulogd.c
parent5a9f8859bc8926033d01d5ee5611c52eb86fb57e (diff)
- bump version number
- preliminary 'make distrib' support (stolen from iptables)
Diffstat (limited to 'ulogd/ulogd.c')
-rw-r--r--ulogd/ulogd.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/ulogd/ulogd.c b/ulogd/ulogd.c
index e3bdba4..db6ecd8 100644
--- a/ulogd/ulogd.c
+++ b/ulogd/ulogd.c
@@ -1,6 +1,6 @@
-/* ulogd, Version $Revision: 1.36 $
+/* ulogd, Version $LastChangedRevision$
*
- * $Id: ulogd.c,v 1.36 2003/08/23 17:52:37 laforge Exp $
+ * $Id$
*
* userspace logging daemon for the iptables ULOG target
* of the linux 2.4 netfilter subsystem.
@@ -20,7 +20,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
- * $Id: ulogd.c,v 1.36 2003/08/23 17:52:37 laforge Exp $
+ * $Id$
*
* Modifications:
* 14 Jun 2001 Martin Josefsson <gandalf@wlug.westbo.se>
@@ -34,7 +34,7 @@
* - added support for more flexible multi-section conffile
*/
-#define ULOGD_VERSION "1.10"
+#define ULOGD_VERSION "1.20"
#include <unistd.h>
#include <stdio.h>