Bump version to 1.0.0

remotes/origin/master-1.0.x suricata-1.0.0
Victor Julien 15 years ago
parent cc8068be0a
commit a4951286e9

@ -3,7 +3,7 @@
AC_INIT(configure.in) AC_INIT(configure.in)
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(suricata, 0.9.2) AM_INIT_AUTOMAKE(suricata, 1.0.0)
AC_LANG_C AC_LANG_C
AC_PROG_CC_C99 AC_PROG_CC_C99

@ -30,7 +30,7 @@
/* the name of our binary */ /* the name of our binary */
#define PROG_NAME "Suricata" #define PROG_NAME "Suricata"
#define PROG_VER "0.9.2" #define PROG_VER "1.0.0"
/* runtime engine control flags */ /* runtime engine control flags */
#define SURICATA_STOP 0x01 /**< gracefully stop the engine: process all #define SURICATA_STOP 0x01 /**< gracefully stop the engine: process all

Loading…
Cancel
Save