From: Victor Julien Date: Thu, 23 Aug 2012 06:41:45 +0000 (+0200) Subject: Update version number to reflect we're working towards 1.4 now. X-Git-Tag: suricata-1.4beta1~82 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=438dd619488dc0220c70484fc3dd848c373c8d7b;p=thirdparty%2Fsuricata.git Update version number to reflect we're working towards 1.4 now. --- diff --git a/configure.ac b/configure.ac index 9a6d13a049..053795ff29 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_INIT(configure.ac) AM_CONFIG_HEADER(config.h) - AM_INIT_AUTOMAKE(suricata, 1.3dev) + AM_INIT_AUTOMAKE(suricata, 1.4dev) AC_LANG_C AC_PROG_CC_C99 diff --git a/src/suricata.h b/src/suricata.h index d5aed9968f..cd4f098c28 100644 --- a/src/suricata.h +++ b/src/suricata.h @@ -71,7 +71,7 @@ /* the name of our binary */ #define PROG_NAME "Suricata" -#define PROG_VER "1.3dev" +#define PROG_VER "1.4dev" /* workaround SPlint error (don't know __gnuc_va_list) */ #ifdef S_SPLINT_S