mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 23:48:05 +08:00
7 lines
282 B
Plaintext
7 lines
282 B
Plaintext
|
m4_define(pcre2_major, [10])
|
||
|
m4_define(pcre2_minor, [34])
|
||
|
m4_define(pcre2_prerelease, [])
|
||
|
m4_define(pcre2_date, [2019-11-21])
|
||
|
|
||
|
# NOTE: The CMakeLists.txt file searches for the above variables in the first
|
||
|
# 50 lines of this file. Please update that if the variables above are moved.
|