summaryrefslogtreecommitdiffstats
path: root/ulogd/ulogd.c
diff options
context:
space:
mode:
authorlaforge <laforge>2003-08-23 17:52:37 +0000
committerlaforge <laforge>2003-08-23 17:52:37 +0000
commitfda4941a5b6050093f31749fc31709e18aae531b (patch)
treee4b096902c6960a1c23eb030e1feeca23f2a8075 /ulogd/ulogd.c
parent59d346ec44fa0e3e9470a489e2b378156fefbdb7 (diff)
update version to 1.01, update changelog and documentation.
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 88ab582..7f6cfbe 100644
--- a/ulogd/ulogd.c
+++ b/ulogd/ulogd.c
@@ -1,6 +1,6 @@
-/* ulogd, Version $Revision: 1.34 $
+/* ulogd, Version $Revision: 1.35 $
*
- * $Id: ulogd.c,v 1.34 2003/03/05 23:03:49 laforge Exp $
+ * $Id: ulogd.c,v 1.35 2003/05/04 10:00:10 laforge Exp $
*
* 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.34 2003/03/05 23:03:49 laforge Exp $
+ * $Id: ulogd.c,v 1.35 2003/05/04 10:00:10 laforge Exp $
*
* Modifications:
* 14 Jun 2001 Martin Josefsson <gandalf@wlug.westbo.se>
@@ -31,7 +31,7 @@
* - added support for logging to stdout
*/
-#define ULOGD_VERSION "1.00"
+#define ULOGD_VERSION "1.01"
#include <unistd.h>
#include <stdio.h>