From 27e585f6d0e70e45cfd5ed54b8059f882c717363 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Wed, 3 Oct 2012 15:43:43 +0200 Subject: [PATCH] htp: update version numbers of bundled htp --- libhtp/configure.ac | 2 +- libhtp/htp.pc.in | 2 +- libhtp/htp/htp.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.47.3