From c73e9318b002f91bf5656ed45a6a62dd32ab3cea Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Wed, 26 May 2010 13:35:52 +0200 Subject: [PATCH] Bump version 0.9.1. --- configure.in | 2 +- src/suricata.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index bac410a69d..0e6d0b673a 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ AC_INIT(configure.in) AM_CONFIG_HEADER(config.h) - AM_INIT_AUTOMAKE(suricata, 0.9.0) + AM_INIT_AUTOMAKE(suricata, 0.9.1) AC_LANG_C AC_PROG_CC_C99 diff --git a/src/suricata.h b/src/suricata.h index 9f019ac327..9b1ebc6f9a 100644 --- a/src/suricata.h +++ b/src/suricata.h @@ -29,7 +29,7 @@ /* the name of our binary */ #define PROG_NAME "Suricata" -#define PROG_VER "0.9.0" +#define PROG_VER "0.9.1" /* number of packets in processing right now * This is the diff between recv'd and verdicted