From: Victor Julien Date: Mon, 25 Mar 2013 18:38:56 +0000 (+0100) Subject: Update version number of bundled htp to 0.2.12, so it matches the non-bundled version. X-Git-Tag: suricata-2.0beta1~201 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=106e38d20bd0aaac7cff85973e9567e3ba54823e;p=thirdparty%2Fsuricata.git Update version number of bundled htp to 0.2.12, so it matches the non-bundled version. --- diff --git a/libhtp/configure.ac b/libhtp/configure.ac index 3eb37000dc..8519fef6a0 100644 --- a/libhtp/configure.ac +++ b/libhtp/configure.ac @@ -15,7 +15,7 @@ GENERIC_LIBRARY_NAME=htp GENERIC_MAJOR_VERSION=0 GENERIC_MINOR_VERSION=2 -GENERIC_MICRO_VERSION=11 +GENERIC_MICRO_VERSION=12 # API version (often = GENERIC_MAJOR_VERSION.GENERIC_MINOR_VERSION) GENERIC_API_VERSION=1.0 diff --git a/libhtp/htp.pc.in b/libhtp/htp.pc.in index e1b3f8d590..754851e2fc 100644 --- a/libhtp/htp.pc.in +++ b/libhtp/htp.pc.in @@ -5,7 +5,7 @@ includedir=${prefix}/include Name: HTP Description: HTTP parser -Version: 0.2.11 +Version: 0.2.12 Libs: -L${libdir} -lhtp Cflags: -I${includedir}/htp -I${libdir}/htp/include diff --git a/libhtp/htp/htp.h b/libhtp/htp/htp.h index c0a988f7d5..dabdb47ccb 100644 --- a/libhtp/htp/htp.h +++ b/libhtp/htp/htp.h @@ -41,7 +41,7 @@ typedef struct htp_urldecoder_t htp_urldecoder_t; // -- Defines ------------------------------------------------------------------------------------- -#define HTP_BASE_VERSION_TEXT "0.2.11" +#define HTP_BASE_VERSION_TEXT "0.2.12" #define HTP_ERROR -1 #define HTP_OK 0