From 26f69aa3a63896a453c0583a9bcd2f9e6cbb6499 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Thu, 17 Jun 2010 21:21:32 +0200 Subject: [PATCH] Bump version to 0.9.2. --- configure.in | 2 +- src/suricata.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 54c819553b..d452411082 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.1) + AM_INIT_AUTOMAKE(suricata, 0.9.2) AC_LANG_C AC_PROG_CC_C99 diff --git a/src/suricata.h b/src/suricata.h index f6e7495da8..0774636cee 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.1" +#define PROG_VER "0.9.2" /* number of packets in processing right now * This is the diff between recv'd and verdicted