]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
htp: update version numbers of bundled htp
authorVictor Julien <victor@inliniac.net>
Wed, 3 Oct 2012 13:43:43 +0000 (15:43 +0200)
committerVictor Julien <victor@inliniac.net>
Wed, 3 Oct 2012 14:29:41 +0000 (16:29 +0200)
libhtp/configure.ac
libhtp/htp.pc.in
libhtp/htp/htp.h

index 4ac482bb9b73162fb40231a98c69e47c6d121e42..a6827d11be462898db7cfeaa1107cab7aff7c27d 100644 (file)
@@ -15,7 +15,7 @@ GENERIC_LIBRARY_NAME=htp
 
 GENERIC_MAJOR_VERSION=0
 GENERIC_MINOR_VERSION=2
-GENERIC_MICRO_VERSION=6
+GENERIC_MICRO_VERSION=9
 
 # API version (often = GENERIC_MAJOR_VERSION.GENERIC_MINOR_VERSION)
 GENERIC_API_VERSION=1.0
index a2a0639b43f502d02f10b84c0ca0eb492e9f26b9..52da0ecf5ac0db670baf4176995ff7dbc73ee328 100644 (file)
@@ -5,7 +5,7 @@ includedir=${prefix}/include
 
 Name: HTP
 Description: HTTP parser
-Version: 0.2.6
+Version: 0.2.9
 Libs: -L${libdir} -lhtp
 Cflags: -I${includedir}/htp -I${libdir}/htp/include
 
index 22f8a1169c7e1bf21c17bec7b9c03bba46d7bcfe..8e82b0dc8b4823a7c5fcb6fd672f2ab509ac376d 100644 (file)
@@ -41,7 +41,7 @@ typedef struct htp_urldecoder_t htp_urldecoder_t;
 
 // -- Defines -------------------------------------------------------------------------------------
 
-#define HTP_BASE_VERSION_TEXT  "0.2.8-dev"
+#define HTP_BASE_VERSION_TEXT  "0.2.9"
 
 #define HTP_ERROR              -1
 #define HTP_OK                  0