]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
Update version number to reflect we're working towards 1.4 now.
authorVictor Julien <victor@inliniac.net>
Thu, 23 Aug 2012 06:41:45 +0000 (08:41 +0200)
committerVictor Julien <victor@inliniac.net>
Thu, 23 Aug 2012 06:41:45 +0000 (08:41 +0200)
configure.ac
src/suricata.h

index 9a6d13a049c7f89cf64dfac2acddc17ac4251cda..053795ff29fc41232a1728468ffb9600838dd754 100644 (file)
@@ -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
index d5aed9968f989a7d756e955ec00115a308e8f16a..cd4f098c2871f3a80198ed42826fcbbcbd6dd2ad 100644 (file)
@@ -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