From bca75f625506b9b8988b0e9fd6b9bfad46c3cce2 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Thu, 6 May 2010 16:08:30 +0200 Subject: [PATCH] Bump version to 0.9.0. --- configure.in | 2 +- src/suricata.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index eab96b4527..8750ff738b 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.8.2) + AM_INIT_AUTOMAKE(suricata, 0.9.0) AC_LANG_C AC_PROG_CC_C99 diff --git a/src/suricata.h b/src/suricata.h index 2b6b695ab2..0a86aafb30 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.8.2" +#define PROG_VER "0.9.0" /* number of packets in processing right now * This is the diff between recv'd and verdicted