]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
Update version number of bundled htp to 0.2.12, so it matches the non-bundled version.
authorVictor Julien <victor@inliniac.net>
Mon, 25 Mar 2013 18:38:56 +0000 (19:38 +0100)
committerVictor Julien <victor@inliniac.net>
Mon, 25 Mar 2013 18:38:56 +0000 (19:38 +0100)
libhtp/configure.ac
libhtp/htp.pc.in
libhtp/htp/htp.h

index 3eb37000dc4b3b46c33b969bac266c390917e8d2..8519fef6a0961f0fa7c07553cb5e990041d8f18a 100644 (file)
@@ -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
index e1b3f8d590e9bbf8a25b3f70542fc9c074da7e22..754851e2fc4478259e84cc1222b230ef5fed8c81 100644 (file)
@@ -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
 
index c0a988f7d553525d45f52ffaa44a061bcbd95952..dabdb47ccb7d3a9e9b4ba67f2ce98cb731fbc27f 100644 (file)
@@ -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