| 10 |
|
|
| 11 |
m4_define(pcre_major, [8]) |
m4_define(pcre_major, [8]) |
| 12 |
m4_define(pcre_minor, [30]) |
m4_define(pcre_minor, [30]) |
| 13 |
m4_define(pcre_prerelease, [-PT1]) |
m4_define(pcre_prerelease, [-RC1]) |
| 14 |
m4_define(pcre_date, [2012-01-01]) |
m4_define(pcre_date, [2012-01-20]) |
| 15 |
|
|
| 16 |
# NOTE: The CMakeLists.txt file searches for the above variables in the first |
# NOTE: The CMakeLists.txt file searches for the above variables in the first |
| 17 |
# 50 lines of this file. Please update that if the variables above are moved. |
# 50 lines of this file. Please update that if the variables above are moved. |