summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ulogd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ulogd/Makefile b/ulogd/Makefile
index d040391..4af9a52 100644
--- a/ulogd/Makefile
+++ b/ulogd/Makefile
@@ -7,7 +7,7 @@ ULOGD_SL:=BASE OPRINT PWSNIFF LOGEMU #MYSQL
# Normally You should not need to change anything below
#
-ULOGD_VERSION=0.91
+ULOGD_VERSION=0.92
CC = gcc
CFLAGS = -I. -Wall $(INCIPULOG) -O2 -DULOGD_VERSION=\"$(ULOGD_VERSION)\"