From: Victor Julien Date: Wed, 3 Oct 2012 13:43:43 +0000 (+0200) Subject: htp: update version numbers of bundled htp X-Git-Tag: suricata-1.4beta2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e0f8a3cb50a962cdeaf541005d2b5b16f57183b;p=thirdparty%2Fsuricata.git htp: update version numbers of bundled htp --- diff --git a/libhtp/configure.ac b/libhtp/configure.ac index 4ac482bb9b..a6827d11be 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=6 +GENERIC_MICRO_VERSION=9 # 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 a2a0639b43..52da0ecf5a 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.6 +Version: 0.2.9 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 22f8a1169c..8e82b0dc8b 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.8-dev" +#define HTP_BASE_VERSION_TEXT "0.2.9" #define HTP_ERROR -1 #define HTP_OK 0