Skip to content

Commit

Permalink
Bump the minimum required PCRE version to 8.31
Browse files Browse the repository at this point in the history
This allows us to use JIT also for partial matching.

Change-Id: I3963a03e769c61ab68d28c617cbeee2bc49c8f9b
Reviewed-by: Friedemann Kleint <[email protected]>
Reviewed-by: Lars Knoll <[email protected]>
  • Loading branch information
dangelog authored and The Qt Project committed Apr 28, 2014
1 parent 5f0fb6f commit 5bc4dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.tests/unix/pcre/pcre.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

#include <pcre.h>

#if (PCRE_MAJOR < 8) || ((PCRE_MAJOR == 8) && (PCRE_MINOR < 30))
#if (PCRE_MAJOR < 8) || ((PCRE_MAJOR == 8) && (PCRE_MINOR < 31))
#error This PCRE version is not supported
#endif

Expand Down

0 comments on commit 5bc4dd3

Please sign in to comment.